mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
UBERF-7239: Support short/custom links in inbox/chat/planner (#5815)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
//
|
||||
//
|
||||
|
||||
import { Doc } from '@hcengineering/core'
|
||||
import type { Plugin, Resource } from '@hcengineering/platform'
|
||||
import { plugin } from '@hcengineering/platform'
|
||||
import { Presenter } from '@hcengineering/server-notification'
|
||||
@@ -18,6 +19,7 @@ export const serverDocumentId = 'server-document' as Plugin
|
||||
export default plugin(serverDocumentId, {
|
||||
function: {
|
||||
DocumentHTMLPresenter: '' as Resource<Presenter>,
|
||||
DocumentTextPresenter: '' as Resource<Presenter>
|
||||
DocumentTextPresenter: '' as Resource<Presenter>,
|
||||
DocumentLinkIdProvider: '' as Resource<(doc: Doc) => Promise<string>>
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user