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<{|
599
599
streamId : number ,
600
600
| } > ;
601
601
602
+ type RefreshServerEmojiDataAction = $ReadOnly < { |
603
+ type : typeof REFRESH_SERVER_EMOJI_DATA ,
604
+ data : ServerEmojiData ,
605
+ | } > ;
606
+
602
607
/* eslint-disable spaced-comment */
603
608
604
609
////
@@ -624,11 +629,6 @@ type LoadingAction =
624
629
| RegisterAbortAction
625
630
| RegisterCompleteAction ;
626
631
627
- type RefreshServerEmojiDataAction = $ReadOnly < { |
628
- type : typeof REFRESH_SERVER_EMOJI_DATA ,
629
- data : ServerEmojiData ,
630
- | } > ;
631
-
632
632
type MessageAction = MessageFetchStartAction | MessageFetchErrorAction | MessageFetchCompleteAction ;
633
633
634
634
type OutboxAction = MessageSendStartAction | MessageSendCompleteAction | DeleteOutboxMessageAction ;
You can’t perform that action at this time.
0 commit comments