[bug] Posts that Quote an unfetchable post show no indication of being a quote post #310

Open
opened 2023-05-11 09:42:07 +00:00 by mar · 1 comment

Version

85abc62

What were you trying to do?

I run an allowlist instance meaning i frequently run into the situation that someone quotes a post from an instance i do not have in my allowlist resulting in posts such as these:

https://ak.zweitekassabitte.jetzt/notice/AVVViYcSZafLKzS5eC

Original on snug.moe for comparison:

https://snug.moe/notes/9el1ms5ing

In this example the reason the post doesn't fetch is because cuddlegirls.cafe is down at the moment, but this same behaviour occurs with instances not on my allowlist having their posts quoted

What did you expect to happen?

Post displays some indicator that a quote is attached but is unable to load, or is filtered out entirely(potentially decided through filter broken threads setting)

What actually happened?

Post displays no indication that it is quoting a different post

Severity

I can manage

Have you searched for this issue?

  • I have double-checked and have not found this issue mentioned anywhere.
### Version 85abc62 ### What were you trying to do? I run an allowlist instance meaning i frequently run into the situation that someone quotes a post from an instance i do not have in my allowlist resulting in posts such as these: https://ak.zweitekassabitte.jetzt/notice/AVVViYcSZafLKzS5eC Original on snug.moe for comparison: https://snug.moe/notes/9el1ms5ing In this example the reason the post doesn't fetch is because cuddlegirls.cafe is down at the moment, but this same behaviour occurs with instances not on my allowlist having their posts quoted ### What did you expect to happen? Post displays some indicator that a quote is attached but is unable to load, or is filtered out entirely(potentially decided through filter broken threads setting) ### What actually happened? Post displays no indication that it is quoting a different post ### Severity I can manage ### Have you searched for this issue? - [x] I have double-checked and have not found this issue mentioned anywhere.
Mergan added the
Bug
label 2023-05-30 09:18:20 +00:00

When I check the Masto-API response, I see the quote_id is null, so this may (partly?) be a BE issue as well.

But I saw another example on fedi where the quote_id was filled in in the Mast-API, and the quote still didn't, so it seems also an FE issue. Maybe the quote was unable to show for other reasons? https://gayboyz.space/notice/AZ0YXfymtByH3ZHvpw

In both cases I expect to have a link to the quoted post in the content. But in both cases, I see in the Masto-API that the "RE: $quote_url" hasn't been added. So that may also be a BE issue with InlineQuotePolicy.

When I check the Masto-API response, I see the `quote_id` is null, so this may (partly?) be a BE issue as well. But I saw another example on fedi where the quote_id was filled in in the Mast-API, and the quote still didn't, so it seems also an FE issue. Maybe the quote was unable to show for other reasons? https://gayboyz.space/notice/AZ0YXfymtByH3ZHvpw In both cases I expect to have a link to the quoted post in the content. But in both cases, I see in the Masto-API that the "RE: $quote_url" hasn't been added. So that may also be a BE issue with InlineQuotePolicy.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma-fe#310
No description provided.