mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Show toast when reacting/replying to a Story
This commit is contained in:
@@ -21,6 +21,7 @@ import type { actions as search } from './ducks/search';
|
||||
import type { actions as stickers } from './ducks/stickers';
|
||||
import type { actions as stories } from './ducks/stories';
|
||||
import type { actions as storyDistributionLists } from './ducks/storyDistributionLists';
|
||||
import type { actions as toast } from './ducks/toast';
|
||||
import type { actions as updates } from './ducks/updates';
|
||||
import type { actions as user } from './ducks/user';
|
||||
|
||||
@@ -45,6 +46,7 @@ export type ReduxActions = {
|
||||
stickers: typeof stickers;
|
||||
stories: typeof stories;
|
||||
storyDistributionLists: typeof storyDistributionLists;
|
||||
toast: typeof toast;
|
||||
updates: typeof updates;
|
||||
user: typeof user;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user