mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 19:57:43 +02:00
Combine into one application chat, inbox and home (#9865)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -29,11 +29,19 @@ const chat = plugin(chatId, {
|
||||
MessageIn: '' as IntlString,
|
||||
Thread: '' as IntlString,
|
||||
Threads: '' as IntlString,
|
||||
Title: '' as IntlString
|
||||
Title: '' as IntlString,
|
||||
Inbox: '' as IntlString,
|
||||
All: '' as IntlString,
|
||||
ClearAll: '' as IntlString,
|
||||
InboxIsClear: '' as IntlString,
|
||||
YouDontHaveAnyNewMessages: '' as IntlString,
|
||||
ReactedToYourMessage: '' as IntlString
|
||||
},
|
||||
icon: {
|
||||
ChatBubble: '' as Asset,
|
||||
Thread: '' as Asset
|
||||
Thread: '' as Asset,
|
||||
Inbox: '' as Asset,
|
||||
All: '' as Asset
|
||||
},
|
||||
masterTag: {
|
||||
Thread: '' as Ref<MasterTag>
|
||||
|
||||
Reference in New Issue
Block a user