Add kludge to Test responses

This commit is contained in:
Deon George
2021-09-14 23:14:13 +10:00
parent 2cd6db2060
commit 8b8b513ed1
4 changed files with 14 additions and 1 deletions

View File

@@ -190,6 +190,7 @@ class Message extends FTNBase
$this->dst = [];
$this->point = [];
$this->kludge = collect();
$this->rescanned = collect();
$this->path = collect();
$this->seenby = collect();
@@ -408,6 +409,7 @@ class Message extends FTNBase
case 'message':
case 'kludge':
case 'tagline':
case 'tearline':
case 'origin':