TEST Removing all streaming for now 2

TEST

• Removing:
- all streaming for now 2 (from server side)
This commit is contained in:
mgabdev
2021-01-15 20:42:04 -05:00
parent 8313f4b11d
commit 574b45e04b
5 changed files with 10 additions and 10 deletions

View File

@@ -92,7 +92,7 @@ class NotifyService < BaseService
def push_notification!
return if @notification.activity.nil?
Redis.current.publish("timeline:#{@recipient.id}", Oj.dump(event: :notification, payload: InlineRenderer.render(@notification, @recipient, :notification)))
# Redis.current.publish("timeline:#{@recipient.id}", Oj.dump(event: :notification, payload: InlineRenderer.render(@notification, @recipient, :notification)))
send_push_notifications!
end