@ -118,7 +118,6 @@ const blockAccountSuccess = (relationship: Relationship, statuses: Record<string
|
||||
statuses,
|
||||
});
|
||||
|
||||
|
||||
const muteAccount = (accountId: string, notifications?: boolean, duration = 0) =>
|
||||
(dispatch: AppDispatch, getState: () => RootState) => {
|
||||
if (!isLoggedIn(getState)) return null;
|
||||
|
||||
@ -276,7 +276,6 @@ const removeFromListSuccess = (listId: string, accountId: string) => ({
|
||||
accountId,
|
||||
});
|
||||
|
||||
|
||||
const resetListAdder = () => ({
|
||||
type: LIST_ADDER_RESET,
|
||||
});
|
||||
|
||||
@ -73,7 +73,6 @@ const updateNotifications = (notification: BaseNotification) =>
|
||||
statuses: [getNotificationStatus(notification) as any],
|
||||
}));
|
||||
|
||||
|
||||
if (showInColumn) {
|
||||
const normalizedNotification = normalizeNotification(notification);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user