mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 13:17:45 +02:00
Add link preview in new chat (#9090)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -443,7 +443,7 @@ export async function getNewActivityUpdates (
|
||||
if (isUnset && hierarchy.isMixin(key as any)) {
|
||||
const tag = key as Ref<Tag>
|
||||
const clazz = hierarchy.getClass(tag)
|
||||
console.log('d', hierarchy.isDerived(clazz._class, cardPlugin.class.Tag))
|
||||
|
||||
if (hierarchy.isDerived(clazz._class, cardPlugin.class.Tag)) {
|
||||
result.push({
|
||||
type: ActivityUpdateType.Tag,
|
||||
|
||||
Reference in New Issue
Block a user