File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -599,6 +599,11 @@ type InitTopicsAction = $ReadOnly<{|
599599 streamId : number ,
600600| } > ;
601601
602+ type RefreshServerEmojiDataAction = $ReadOnly < { |
603+ type : typeof REFRESH_SERVER_EMOJI_DATA ,
604+ data : ServerEmojiData ,
605+ | } > ;
606+
602607/* eslint-disable spaced-comment */
603608
604609////
@@ -624,11 +629,6 @@ type LoadingAction =
624629 | RegisterAbortAction
625630 | RegisterCompleteAction ;
626631
627- type RefreshServerEmojiDataAction = $ReadOnly < { |
628- type : typeof REFRESH_SERVER_EMOJI_DATA ,
629- data : ServerEmojiData ,
630- | } > ;
631-
632632type MessageAction = MessageFetchStartAction | MessageFetchErrorAction | MessageFetchCompleteAction ;
633633
634634type OutboxAction = MessageSendStartAction | MessageSendCompleteAction | DeleteOutboxMessageAction ;
You can’t perform that action at this time.
0 commit comments