The direction field needs to be removed

This commit is contained in:
Michael 2020-03-03 22:43:19 +00:00
parent 986877b1cf
commit 8410c5e283
3 changed files with 9 additions and 2 deletions

View file

@ -135,6 +135,7 @@ class Conversation
unset($arr['conversation-href']);
unset($arr['protocol']);
unset($arr['source']);
unset($arr['direction']);
return $arr;
}