TSK-1051 TSK-1052 TSK-1061 Inbox actions (#2914)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-04-06 20:25:58 +06:00
committed by GitHub
parent 44de234d01
commit 210d3eebc6
17 changed files with 193 additions and 23 deletions
@@ -514,7 +514,8 @@ async function createCollabDocInfo (
res.push(
control.txFactory.createTxUpdateDoc(doc._class, doc.space, doc._id, {
lastTx: txId ?? tx._id,
lastTxTime: tx.modifiedOn
lastTxTime: tx.modifiedOn,
hidden: false
})
)
}
@@ -525,6 +526,7 @@ async function createCollabDocInfo (
user: target,
attachedTo: objectId,
attachedToClass: objectClass,
hidden: false,
lastTx: txId ?? tx._id,
lastTxTime: tx.modifiedOn,
txes: [[txId ?? tx._id, tx.modifiedOn]]