You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? `relation by ${getUserNameById(plugin,entry.relation.authorId)} from space ${getAndFormatImportSource(entry.relation.importedFromRid,plugin.settings.spaceNames)}`
537
-
: entry.relation.authorId
538
-
? `relation by ${getUserNameById(plugin,entry.relation.authorId)}`
539
-
: entry.relation.importedFromRid
540
-
? `relation from space ${getAndFormatImportSource(entry.relation.importedFromRid,plugin.settings.spaceNames)}`
? `Relation by ${getUserNameById(plugin,entry.relation.authorId)}, imported from space ${getAndFormatImportSource(entry.relation.importedFromRid,plugin.settings.spaceNames)}`
551
+
: entry.relation.authorId
552
+
? `Relation by ${getUserNameById(plugin,entry.relation.authorId)}`
553
+
: entry.relation.importedFromRid
554
+
? `Imported from space ${getAndFormatImportSource(entry.relation.importedFromRid,plugin.settings.spaceNames)}`
0 commit comments