forked from FoundKeyGang/FoundKey
Make admin/update-remote-user public
This commit is contained in:
parent
e825d3be83
commit
dfa341e1c0
2 changed files with 2 additions and 3 deletions
|
@ -162,7 +162,7 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
async updateRemoteUser() {
|
||||
await os.apiWithDialog('admin/update-remote-user', { userId: this.user.id });
|
||||
await os.apiWithDialog('federation/update-remote-user', { userId: this.user.id });
|
||||
this.refreshUser();
|
||||
},
|
||||
|
||||
|
|
|
@ -10,10 +10,9 @@ export const meta = {
|
|||
'en-US': 'Update specified remote user information.'
|
||||
},
|
||||
|
||||
tags: ['admin'],
|
||||
tags: ['federation'],
|
||||
|
||||
requireCredential: true as const,
|
||||
requireModerator: true,
|
||||
|
||||
params: {
|
||||
userId: {
|
Loading…
Reference in a new issue