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.
local
Claire 2 years ago committed by GitHub
parent 10188c7db7
commit 166cc5b89d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/services/fan_out_on_write_service.rb

@ -119,7 +119,7 @@ class FanOutOnWriteService < BaseService
end
def update?
@is_update
@options[:update]
end
def broadcastable?

Loading…
Cancel
Save