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.lolsob-rspec
parent
43b5489c0f
commit
6e8d231e27
|
@ -119,7 +119,7 @@ class FanOutOnWriteService < BaseService
|
|||
end
|
||||
|
||||
def update?
|
||||
@is_update
|
||||
@options[:update]
|
||||
end
|
||||
|
||||
def broadcastable?
|
||||
|
|
Loading…
Reference in New Issue