TEST Removing all streaming for now 2
TEST • Removing: - all streaming for now 2 (from server side)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user