From 52c7587ce491178c4b0ed1c82b4fc8bfbd98758a Mon Sep 17 00:00:00 2001 From: Namekuji Date: Thu, 8 Dec 2022 19:21:17 -0500 Subject: [PATCH] add features of mute, disconnect, and close --- audon-fe/src/components/Participant.vue | 23 ++- audon-fe/src/main.js | 8 +- audon-fe/src/stores/mastodon.js | 6 +- audon-fe/src/views/HomeView.vue | 42 +++++- audon-fe/src/views/RoomView.vue | 192 ++++++++++++++++++++++-- oauth.go | 27 +++- room.go | 12 +- schema.go | 6 + server.go | 1 + 9 files changed, 283 insertions(+), 34 deletions(-) diff --git a/audon-fe/src/components/Participant.vue b/audon-fe/src/components/Participant.vue index 8ca0442..cc9d974 100644 --- a/audon-fe/src/components/Participant.vue +++ b/audon-fe/src/components/Participant.vue @@ -1,9 +1,17 @@