Skip to content

Commit d81ab03

Browse files
committed
action types [nfc]: Move RefreshServerEmojiDataAction out of wrong section
1 parent 730c370 commit d81ab03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/actionTypes.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
632632
type MessageAction = MessageFetchStartAction | MessageFetchErrorAction | MessageFetchCompleteAction;
633633

634634
type OutboxAction = MessageSendStartAction | MessageSendCompleteAction | DeleteOutboxMessageAction;

0 commit comments

Comments
 (0)