Added check to FeedManager if group_id is present
• Added: - check to FeedManager if group_id is present
This commit is contained in:
parent
7e81b2e132
commit
8a096e1f52
@ -179,6 +179,8 @@ class FeedManager
|
||||
return should_filter
|
||||
end
|
||||
|
||||
return false if status.group_id
|
||||
|
||||
false
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user