mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 01:25:00 +02:00
UBERF-6374: Improve server logging and improve startup performance (#5210)
This commit is contained in:
@@ -240,7 +240,7 @@ export class TReaction extends TAttachedDoc implements Reaction {
|
||||
@Index(IndexKind.Indexed)
|
||||
declare attachedTo: Ref<ActivityMessage>
|
||||
|
||||
@Prop(TypeRef(activity.class.ActivityMessage), core.string.AttachedToClass)
|
||||
@Prop(TypeRef(core.class.Class), core.string.AttachedToClass)
|
||||
@Index(IndexKind.Indexed)
|
||||
declare attachedToClass: Ref<Class<ActivityMessage>>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user