mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 12:05:07 +01:00
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.
This commit is contained in:
parent
10188c7db7
commit
166cc5b89d
@ -119,7 +119,7 @@ class FanOutOnWriteService < BaseService
|
||||
end
|
||||
|
||||
def update?
|
||||
@is_update
|
||||
@options[:update]
|
||||
end
|
||||
|
||||
def broadcastable?
|
||||
|
Loading…
Reference in New Issue
Block a user