Revert streaming removals 2c8b4f7fb, 574b45e04, 8313f4b11

• Revert:
- streaming removals 2c8b4f7fb, 574b45e04, 8313f4b11
This commit is contained in:
mgabdev
2021-01-25 15:52:52 -05:00
parent e8a436f865
commit b4ba3c70ef
6 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ class CustomFilter < ApplicationRecord
def remove_cache
Rails.cache.delete("filters:#{account_id}")
# Redis.current.publish("timeline:#{account_id}", Oj.dump(event: :filters_changed))
Redis.current.publish("timeline:#{account_id}", Oj.dump(event: :filters_changed))
end
def context_must_be_valid