mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
merge
This commit is contained in:
@@ -27,9 +27,9 @@ export class ViewedMessageService {
|
||||
for(let id of membersIds) {
|
||||
if(message.addReceived(id)) {
|
||||
n++
|
||||
setTimeout(async() => {
|
||||
// setTimeout(async() => {
|
||||
await message.saveChanges()
|
||||
}, 100 * n)
|
||||
// }, 100 * n)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -56,9 +56,9 @@ export class ViewedMessageService {
|
||||
if(message.addViewed(id)) {
|
||||
message.addReceived(id)
|
||||
n++
|
||||
setTimeout(async() => {
|
||||
// setTimeout(async() => {
|
||||
await message.saveChanges()
|
||||
}, 100 * n)
|
||||
// }, 100 * n)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user