diff --git a/frontend/src/components/messages/MessageReactions.svelte b/frontend/src/components/messages/MessageReactions.svelte
index c7c0b865..d8afeb86 100644
--- a/frontend/src/components/messages/MessageReactions.svelte
+++ b/frontend/src/components/messages/MessageReactions.svelte
@@ -1,7 +1,7 @@
@@ -219,7 +227,7 @@
onRightClick(e, message)}>
{
@@ -54,6 +55,7 @@ withLocalStorage(linkHandler, "linkHandler", "string");
withLocalStorage(channelScrollPosition, "channelScrollPosition", "string");
withLocalStorage(hideSpoilers, "hideSpoilers", "bool");
withLocalStorage(font, "font", "string");
+withLocalStorage(currentUserId, "currentUserId", "string");
// old localstorage keys that should never be used again for backwards compatibility:
// `dateFormat`, `timeFormat`
\ No newline at end of file