Stories: Proper notifications and handling of out-of-order messages
This commit is contained in:
parent
81fc9ff94d
commit
50a0110192
12 changed files with 425 additions and 274 deletions
7
ts/model-types.d.ts
vendored
7
ts/model-types.d.ts
vendored
|
@ -470,10 +470,13 @@ export declare class MessageModelCollectionType extends Backbone.Collection<Mess
|
|||
|
||||
export type ReactionAttributesType = {
|
||||
emoji: string;
|
||||
fromId: string;
|
||||
remove?: boolean;
|
||||
source: ReactionSource;
|
||||
// Necessary to put 1:1 story replies into the right conversation - not the same
|
||||
// conversation as the target message!
|
||||
storyReactionMessage?: MessageModel;
|
||||
targetAuthorUuid: string;
|
||||
targetTimestamp: number;
|
||||
fromId: string;
|
||||
timestamp: number;
|
||||
source: ReactionSource;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue