Delete reactions when their parent message is deleted
This commit is contained in:
parent
e6ca3872d1
commit
efde909484
4 changed files with 185 additions and 8 deletions
|
@ -389,6 +389,7 @@ export type DataInterface = {
|
|||
targetTimestamp: number;
|
||||
}) => Promise<void>;
|
||||
addReaction: (reactionObj: ReactionType) => Promise<void>;
|
||||
_getAllReactions: () => Promise<Array<ReactionType>>;
|
||||
|
||||
getUnprocessedCount: () => Promise<number>;
|
||||
getAllUnprocessed: () => Promise<Array<UnprocessedType>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue