зеркало из https://github.com/nextcloud/spreed.git
Instantly reflect the state change on the favorite flag
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
ffdeb95654
Коммит
29bb9ce3b4
|
@ -185,6 +185,8 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
await addToFavorites(this.item.token)
|
await addToFavorites(this.item.token)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.item.isFavorite = !this.item.isFavorite
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Set the notification level for the conversation
|
* Set the notification level for the conversation
|
||||||
|
|
Загрузка…
Ссылка в новой задаче