mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
fix chat message not showing
This commit is contained in:
@@ -39,7 +39,7 @@ export class DeleteMessageModel extends models.Model {
|
||||
|
||||
models.register({
|
||||
databaseName: 'chat-storage',
|
||||
type: 'indexeddb',
|
||||
type: 'indexeddb',
|
||||
version: 1,
|
||||
models: [MessageModel, DeleteMessageModel]
|
||||
})
|
||||
Reference in New Issue
Block a user