mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
feat: add ability to leave groups / servers silently
This commit is contained in:
@@ -20,6 +20,7 @@ import BanMember from "./components/BanMember";
|
||||
import Changelog from "./components/Changelog";
|
||||
import ChannelInfo from "./components/ChannelInfo";
|
||||
import Clipboard from "./components/Clipboard";
|
||||
import ConfirmLeave from "./components/ConfirmLeave";
|
||||
import Confirmation from "./components/Confirmation";
|
||||
import CreateBot from "./components/CreateBot";
|
||||
import CreateCategory from "./components/CreateCategory";
|
||||
@@ -240,9 +241,9 @@ export const modalController = new ModalControllerExtended({
|
||||
changelog: Changelog,
|
||||
channel_info: ChannelInfo,
|
||||
clipboard: Clipboard,
|
||||
leave_group: Confirmation,
|
||||
leave_group: ConfirmLeave,
|
||||
close_dm: Confirmation,
|
||||
leave_server: Confirmation,
|
||||
leave_server: ConfirmLeave,
|
||||
delete_server: Confirmation,
|
||||
delete_channel: Confirmation,
|
||||
delete_bot: Confirmation,
|
||||
|
||||
Reference in New Issue
Block a user