Skip to content
Snippets Groups Projects
Unverified Commit 166cc5b8 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix local distribution of edited statuses (#17380)

Because `FanOutOnWriteService#update?` was broken, edits were considered as new
toots and a regular `update` payload was sent.
parent 10188c7d
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ class FanOutOnWriteService < BaseService
end
def update?
@is_update
@options[:update]
end
def broadcastable?
......
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