mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 17:45:02 +02:00
1686 fix (#1690)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
@@ -18,11 +18,14 @@ import type { Plugin } from '@anticrm/platform'
|
||||
import type { Doc, Ref, Class, Space, AttachedDoc, Timestamp } from '@anticrm/core'
|
||||
import type { AnyComponent } from '@anticrm/ui'
|
||||
import type { IntegrationType, Handler } from '@anticrm/setting'
|
||||
import { Channel } from '@anticrm/contact'
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
export interface Message extends BaseMessage, AttachedDoc {
|
||||
attachedTo: Ref<Channel>
|
||||
attachedToClass: Ref<Class<Channel>>
|
||||
messageId: string
|
||||
from: string
|
||||
textContent: string
|
||||
|
||||
Reference in New Issue
Block a user