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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 120 additions and 40 deletions

View file

@ -12,9 +12,9 @@ import { isIncoming } from '../state/selectors/message';
import { notificationService } from '../services/notifications';
import * as log from '../logging/log';
type ViewSyncAttributesType = {
export type ViewSyncAttributesType = {
senderId: string;
senderE164: string;
senderE164?: string;
senderUuid: string;
timestamp: number;
viewedAt: number;