merge: Fix missing API dialog for deleting emojis (!1248)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1248 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: dakkar <dakkar@thenautilus.net>
This commit is contained in:
commit
3d13024828
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ async function del() {
|
|||
});
|
||||
if (canceled) return;
|
||||
|
||||
misskeyApi('admin/emoji/delete', {
|
||||
os.apiWithDialog('admin/emoji/delete', {
|
||||
id: props.emoji.id,
|
||||
}).then(() => {
|
||||
emit('done', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue