mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
Update src/Object/Api/Twitter/DirectMessage.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
c18bda9397
commit
85d68a001a
1 changed files with 2 additions and 6 deletions
|
@ -92,12 +92,8 @@ class DirectMessage extends BaseDataTransferObject
|
|||
unset($status['title']);
|
||||
}
|
||||
|
||||
if (isset($status['sender']['uid'])) {
|
||||
unset($status['sender']['uid']);
|
||||
}
|
||||
if (isset($status['recipient']['uid'])) {
|
||||
unset($status['recipient']['uid']);
|
||||
}
|
||||
unset($status['sender']['uid']);
|
||||
unset($status['recipient']['uid']);
|
||||
|
||||
return $status;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue