Skip to content

Commit dd8b49b

Browse files
committed
(fix): notification from subscribe batch
1 parent 1c84e3b commit dd8b49b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Helpers/Subscriptions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public static function subscribe($user_guid, $to_guid, $data = array())
6767
'to'=>array($to_guid),
6868
'entity' => $user_guid,
6969
'notification_view' => 'friends',
70+
'from' => $user_guid,
7071
'params' => array()
7172
));
7273

0 commit comments

Comments
 (0)