Fixing image upload limits, allowing webm, merge/unmerge events trigger
timeline reload in UI, other small fixes
This commit is contained in:
@ -16,6 +16,8 @@ class UnfollowService < BaseService
|
||||
from_account.statuses.find_each do |status|
|
||||
redis.zrem(timeline_key, status.id)
|
||||
end
|
||||
|
||||
FeedManager.instance.broadcast(into_account.id, type: 'unmerge')
|
||||
end
|
||||
|
||||
def redis
|
||||
|
Reference in New Issue
Block a user