Skip to content

Commit 2e3441e

Browse files
committed
管理画面のdelete-instance-usersの完了フィードバック Resolve #4834
1 parent b40accd commit 2e3441e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/client/app/admin/views/federation.vue

+5
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,11 @@ export default defineComponent({
307307
this.$root.api('admin/delete-instance-users', {
308308
host: this.instance.host,
309309
limit: 1000,
310+
}).then(() => {
311+
this.$root.dialog({
312+
type: 'success',
313+
splash: true
314+
});
310315
}).catch((e: any) => {
311316
this.$root.dialog({
312317
type: 'error',

0 commit comments

Comments
 (0)