mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Re-enable reaction notifications and improve message modifier typing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user