mirror of
https://github.com/friendica/friendica
synced 2024-11-11 07:02:53 +00:00
Merge pull request #10356 from annando/fix-account-id
Fix account id of notifications
This commit is contained in:
commit
6b374c01ce
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class Notification extends BaseFactory
|
|||
return null;
|
||||
}
|
||||
|
||||
$account = DI::mstdnAccount()->createFromContactId($notification['actor-id']);
|
||||
$account = DI::mstdnAccount()->createFromContactId($notification['actor-id'], $notification['uid']);
|
||||
|
||||
if (!empty($notification['target-uri-id'])) {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue