There was an error while loading. Please reload this page.
1 parent f9e2277 commit 36cc321Copy full SHA for 36cc321
1 file changed
src/chat/bookmarks.js
@@ -99,7 +99,7 @@ export async function findBookmarkDocument (userContext) {
99
userContext.bookmarkDocument = userContext.instances[0]
100
if (userContext.instances.length > 1) {
101
debug.warn('More than one bookmark file! ' + userContext.instances) // @@ todo - deal with > 1
102
- // Note should pick up community bookmarks as well
+ // Note: should pick up community bookmarks as well
103
}
104
} else {
105
if (userContext.publicProfile) {
0 commit comments