mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix delete message on ui layer
This commit is contained in:
@@ -27,7 +27,6 @@ export class MessageLocalDataSourceService extends DexieRepository<MessageTable,
|
||||
chatDatabase.message.hook('creating', (primaryKey, obj, transaction) => {
|
||||
|
||||
this.creatingSubject.next(obj)
|
||||
console.log('creating', obj)
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user