feat: safe sync appdata
This commit is contained in:
@ -26,7 +26,7 @@ export default function NoteFooter(props: NoteFooterProps) {
|
||||
const { positive } = reactions;
|
||||
|
||||
const { preferences: prefs, readonly } = useLogin(s => ({
|
||||
preferences: s.appData.item.preferences,
|
||||
preferences: s.appData.json.preferences,
|
||||
publicKey: s.publicKey,
|
||||
readonly: s.readonly,
|
||||
}));
|
||||
|
Reference in New Issue
Block a user