Do not confirm messages until we have handled them
This commit is contained in:
parent
29aa188c0f
commit
04f716986c
16 changed files with 990 additions and 960 deletions
14
ts/model-types.d.ts
vendored
14
ts/model-types.d.ts
vendored
|
@ -23,7 +23,6 @@ import { SignalService as Proto } from './protobuf';
|
|||
import type { AvatarDataType } from './types/Avatar';
|
||||
import type { AciString, PniString, ServiceIdString } from './types/ServiceId';
|
||||
import type { StoryDistributionIdString } from './types/StoryDistributionId';
|
||||
import type { ReactionSource } from './reactions/ReactionSource';
|
||||
import type { SeenStatus } from './MessageSeenStatus';
|
||||
import type { GiftBadgeStates } from './components/conversation/Message';
|
||||
import type { LinkPreviewType } from './types/message/LinkPreviews';
|
||||
|
@ -507,16 +506,3 @@ export declare class ConversationModelCollectionType extends Backbone.Collection
|
|||
}
|
||||
|
||||
export declare class MessageModelCollectionType extends Backbone.Collection<MessageModel> {}
|
||||
|
||||
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;
|
||||
targetAuthorAci: AciString;
|
||||
targetTimestamp: number;
|
||||
timestamp: number;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue