Skip to content

Commit 0c865a9

Browse files
committed
1 parent b310bb5 commit 0c865a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/workers/process_worker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def subscribe_to_public?
4949
end
5050

5151
def supported_type?
52-
!(Array(@json['type']) & %w(Create Update Delete Announce Undo)).empty?
52+
!(Array(@json['type']) & %w(Create Update Delete Announce Undo Move)).empty?
5353
end
5454

5555
def subscribe!

0 commit comments

Comments
 (0)