You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Approval request for locked Misskey or Sharkey (tested on them) account can be delivered after some time or only after several attempts, or not delivered at all, or mix of all 3 of this. Waiting time is up to 2 mins.
I don't think that happens due lack of stable connection, at least on my side, I have 300MiB bandwidth. I tested it on 2 separate servers, 1st Misskey account is mine, 2nd Sharkey is other person.
Video demos (proofs)
Phanpy
2024-11-07.06-52-38.mp4Moshidon
2screen-20241107-085436.mp4
But I got this request off record a bit later.
Unfortunately, I can't provide any logs for Misskey, because I haven't any Misskey instance to admin.
SadmL
changed the title
[GoToSocial] Aproving request from GtS appears with some delay (sometimes 5+ mins)
[GoToSocial] Aproving request from GtS appears with some delay
Nov 7, 2024
I encountered the same issue. The problem seems to be in this part of the code: https://github.com/misskey-dev/misskey/blob/develop/packages/backend/src/core/activitypub/models/ApPersonService.ts#L596. It looks like Misskey requires the target account to have a shared inbox here (which isn't yet implemented by GoToSocial), and if not, it gives the error: UpdateValuesMissingError: Cannot perform update query because update values are not defined. Call "qb.set(...)" method to specify updated values.
💡 Summary
Approval request for locked Misskey or Sharkey (tested on them) account can be delivered after some time or only after several attempts, or not delivered at all, or mix of all 3 of this. Waiting time is up to 2 mins.
I don't think that happens due lack of stable connection, at least on my side, I have 300MiB bandwidth. I tested it on 2 separate servers, 1st Misskey account is mine, 2nd Sharkey is other person.
Video demos (proofs)
Phanpy
2024-11-07.06-52-38.mp4
Moshidon
2screen-20241107-085436.mp4
But I got this request off record a bit later.
Unfortunately, I can't provide any logs for Misskey, because I haven't any Misskey instance to admin.
Of course I asked GtS devs first about it here superseriousbusiness/gotosocial#3523, but it's not on their side.
🥰 Expected Behavior
(almost) Instant notification of approval request to follow locked account
🤬 Actual Behavior
Notification of approval request appearing after some time or not appearing at all
📝 Steps to Reproduce
💻 Frontend Environment
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: