mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixes
This commit is contained in:
@ -99,7 +99,7 @@ const addInstance = createAsyncThunk(
|
||||
mention: { loading: false, value: true },
|
||||
poll: { loading: false, value: true }
|
||||
},
|
||||
keys: undefined
|
||||
keys: { auth: undefined, public: undefined, private: undefined }
|
||||
},
|
||||
drafts: []
|
||||
}
|
||||
|
Reference in New Issue
Block a user