mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-01 12:43:46 +02:00
revert allDateOfActivity reactive change back to ref
This commit is contained in:
@@ -94,9 +94,6 @@
|
||||
}
|
||||
|
||||
async function addNote(userId, note) {
|
||||
if (userDialog.value.id === userId) {
|
||||
userDialog.value.noteSaving = true;
|
||||
}
|
||||
const args = await miscRequest.saveNote({
|
||||
targetUserId: userId,
|
||||
note
|
||||
@@ -115,7 +112,6 @@
|
||||
}
|
||||
if (targetUserId === userDialog.value.id) {
|
||||
if (_note === args.params.note) {
|
||||
userDialog.value.noteSaving = false;
|
||||
userDialog.value.note = _note;
|
||||
} else {
|
||||
// response is cached sadge :<
|
||||
|
||||
Reference in New Issue
Block a user