Skip to content

Commit c1a629d

Browse files
fixing IDIOTIC error that makes it so new notes dont show up in shared boards (essentially have to wipe local and re-login). cant believe this ever slipped through.
1 parent d8ff069 commit c1a629d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/notes.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
(:table "notes")
235235
note-data)))
236236
(nil (r:run sock query))
237-
(user-ids (get-affected-users-from-board-ids (list (gethash "boards" note-data))))
237+
(user-ids (get-affected-users-from-board-ids (gethash "boards" note-data)))
238238
(user-ids (concatenate 'vector (vector user-id) user-ids))
239239
(sync-ids (add-sync-record user-id
240240
"note"

0 commit comments

Comments
 (0)