Przeglądaj źródła

Prevent your own status from replacing another user's status

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
tags/v24.0.0beta1
Christopher Ng 2 lat temu
rodzic
commit
3aea0f2c19

+ 7
- 7
core/js/dist/profile.js
Plik diff jest za duży
Wyświetl plik


+ 1
- 1
core/js/dist/profile.js.map
Plik diff jest za duży
Wyświetl plik


+ 3
- 1
core/src/views/Profile.vue Wyświetl plik

@@ -273,7 +273,9 @@ export default {

methods: {
handleStatusUpdate(status) {
this.status = status
if (this.isCurrentUser && status.userId === this.userId) {
this.status = status
}
},

openStatusModal() {

Ładowanie…
Anuluj
Zapisz