fix return type of AccountMoveService.moveFromLocal
This commit is contained in:
parent
249205eef3
commit
4225014603
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ export class AccountMoveService {
|
|||
* After delivering Move activity, its local followers unfollow the old account and then follow the new one.
|
||||
*/
|
||||
@bindThis
|
||||
public async moveFromLocal(src: MiLocalUser, dst: MiLocalUser | MiRemoteUser): Promise<unknown> {
|
||||
public async moveFromLocal(src: MiLocalUser, dst: MiLocalUser | MiRemoteUser): Promise<Packed<'MeDetailed'>> {
|
||||
const srcUri = this.userEntityService.getUserUri(src);
|
||||
const dstUri = this.userEntityService.getUserUri(dst);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue