mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
UBERF-13433: Migrate channels to threads (#9761)
* UBERF-13433: Migrate from channels to threads Signed-off-by: Artem Savchenko <armisav@gmail.com> * UBERF-13433: Migrate parent info Signed-off-by: Artem Savchenko <armisav@gmail.com> * UBERF-13433: Use client traverse Signed-off-by: Artem Savchenko <armisav@gmail.com> * UBERF-13433: Add tests Signed-off-by: Artem Savchenko <armisav@gmail.com> * UBERF-13433: Support Jest in model packages Signed-off-by: Artem Savchenko <armisav@gmail.com> * Revert "UBERF-13433: Support Jest in model packages" This reverts commit415f5916c9. Signed-off-by: Artem Savchenko <armisav@gmail.com> * Revert "UBERF-13433: Add tests" This reverts commit38d7fcd794. Signed-off-by: Artem Savchenko <armisav@gmail.com> --------- Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -48,10 +48,9 @@
|
||||
labelFilter: [SubscriptionLabelID],
|
||||
preorder: [
|
||||
{ type: chat.masterTag.Thread, order: 1 },
|
||||
{ type: chat.masterTag.Channel, order: 2 },
|
||||
{ type: communication.type.Direct, order: 3 }
|
||||
{ type: communication.type.Direct, order: 2 }
|
||||
],
|
||||
fixedTypes: [chat.masterTag.Thread, chat.masterTag.Channel, communication.type.Direct],
|
||||
fixedTypes: [chat.masterTag.Thread, communication.type.Direct],
|
||||
specialSorting: {
|
||||
[communication.type.Direct]: 'alphabetical'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user