Re-enable reaction notifications and improve message modifier typing

This commit is contained in:
Scott Nonnenberg
2022-01-04 07:27:16 -08:00
committed by GitHub
parent 14861aff50
commit 54e252ecc2
7 changed files with 120 additions and 40 deletions

View File

@@ -7,7 +7,7 @@ import { Collection, Model } from 'backbone';
import type { ConversationModel } from '../models/conversations';
import * as log from '../logging/log';
type MessageRequestAttributesType = {
export type MessageRequestAttributesType = {
threadE164?: string;
threadUuid?: string;
groupId?: string;