parent
a58a3f9d97
commit
4a9f549dd2
3 changed files with 15 additions and 10 deletions
|
@ -94,12 +94,11 @@ export const loadPending = () => ({
|
|||
type: NOTIFICATIONS_LOAD_PENDING,
|
||||
});
|
||||
|
||||
export function updateEmojiReactions(emoji_reaction, accountId) {
|
||||
export function updateEmojiReactions(emoji_reaction) {
|
||||
return (dispatch) =>
|
||||
dispatch({
|
||||
type: STATUS_EMOJI_REACTION_UPDATE,
|
||||
emoji_reaction,
|
||||
accountId,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue