feat: implement duplicate message detection and display notification

This commit is contained in:
2025-09-02 20:19:28 +02:00
parent 82b10ebc4b
commit 23f31aac99
7 changed files with 158 additions and 102 deletions

View File

@@ -1,4 +1,5 @@
export enum ChatType {
DUPLICATED = 'duplicated',
WEATHER = 'weather',
LOCATION = 'location',
THEME = 'theme',