mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-24 22:18:00 +01:00
Fixed notification thing about followers being related to themselves
This commit is contained in:
parent
c420d3955b
commit
7a0cf5a921
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ class Notification extends Model
|
|||
'activity',
|
||||
'activity.initiatingUser',
|
||||
'activity.resource',
|
||||
'activity.resource.user',
|
||||
])
|
||||
->join('activities', 'notifications.activity_id', '=', 'activities.id')
|
||||
->where('notifications.user_id', $user->id)
|
||||
|
|
Loading…
Reference in a new issue