Skip to content
Snippets Groups Projects
Unverified Commit e46e9c9a authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix delete regression (#11450)

Regression from ff789a75
parent 92de439c
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ class FeedManager
else
# If the original is getting deleted, no use for reblog references
redis.del(key(timeline_type, account_id, "reblogs:#{status.id}"))
redis.srem(reblog_key, status.id)
redis.zrem(reblog_key, status.id)
end
redis.zrem(timeline_key, status.id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment