xtex

Results 121 comments of xtex

it seems that env var expansion in /etc/environments.d is broken?

Sorry, it is a little difficult for me to deploy a Misskey instance. I am trying now. Please wait.

Currently testing this issue(thanks to @rakino) WebFinger at [[email protected]](mailto:[email protected]) added(in [xtexChooser/home 8fe7b8027](https://github.com/xtexChooser/home/commit/8fe7b80277b6eb73de75291e348cf49e87a553c8)) Resolved successfully on wxw.cat(misskey) and wxw.moe(mastodon). Failed on self-instance.

Any follows-up? I found that instance actor seems to only be used for ActivityPub GET signing. Is there any relationship between it and actor resolving?

But, this issues is about errors when resolving a remote WebFinger acct URL which has a different domain but is pointing to a local user, not problems about receiving new...

related code: https://github.com/misskey-dev/misskey/blob/8c7bcdf998844d419496b5c767a8e0c83c0a2757/packages/backend/src/core/RemoteUserResolveService.ts#L67-L72 https://github.com/misskey-dev/misskey/blob/8c7bcdf998844d419496b5c767a8e0c83c0a2757/packages/backend/src/core/activitypub/models/ApPersonService.ts#L253-L255 Note: https://github.com/misskey-dev/misskey/blob/8c7bcdf998844d419496b5c767a8e0c83c0a2757/packages/backend/src/core/activitypub/models/ApNoteService.ts#L327-L329 However, the `Note` part has no effect actually because local-loopback is implemented