summary refs log tree commit diff
path: root/src/util/schemas/MessageAcknowledgeSchema.ts
blob: 3f4eb2b6211a77e7463841dabb73b5cfb6394932 (plain) (blame)
1
2
3
4
5
6
7
8
// TODO: public read receipts & privacy scoping
// TODO: send read state event to all channel members
// TODO: advance-only notification cursor

export interface MessageAcknowledgeSchema {
	manual?: boolean;
	mention_count?: number;
}