Improved read receipt handling
Also, fix audio auto play of consecutive messages, even if they are in threads.
This commit is contained in:
parent
254eb72870
commit
24e119c150
2 changed files with 60 additions and 70 deletions
|
|
@ -258,7 +258,7 @@ export default {
|
|||
}
|
||||
this.updateVisualization();
|
||||
if (this.currentAudioEvent) {
|
||||
this.$emit("mark-read", this.currentAudioEvent.getId(), this.currentAudioEvent.getId());
|
||||
this.$emit("mark-read", [this.currentAudioEvent]);
|
||||
}
|
||||
},
|
||||
audioPlaybackPaused() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue