Streams polish

This commit is contained in:
Jamie Curnow
2025-09-25 00:14:00 +10:00
parent 100a7e3ff8
commit 9339626933
5 changed files with 62 additions and 14 deletions

View File

@@ -348,7 +348,7 @@ const internalStream = {
// Add to audit log
return internalAuditLog.add(access, {
action: "disabled",
object_type: "stream-host",
object_type: "stream",
object_id: row.id,
meta: _.omit(row, omissions()),
});