TEST Removing all streaming for now 2
TEST • Removing: - all streaming for now 2 (from server side)
This commit is contained in:
@@ -180,8 +180,8 @@ class FetchLinkCardService < BaseService
|
||||
end
|
||||
|
||||
def send_status_update_payload(status)
|
||||
@payload = InlineRenderer.render(status, nil, :status)
|
||||
@payload = Oj.dump(event: :update, payload: @payload)
|
||||
Redis.current.publish("statuscard:#{status.account_id}", @payload)
|
||||
# @payload = InlineRenderer.render(status, nil, :status)
|
||||
# @payload = Oj.dump(event: :update, payload: @payload)
|
||||
# Redis.current.publish("statuscard:#{status.account_id}", @payload)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user