a opened issue AkkomaGang/akkoma#581 2023-07-07 15:06:19 +00:00
[bug] Timeline included boost from someone I don't follow
a opened issue AkkomaGang/akkoma#546 2023-05-25 23:51:40 +00:00
[bug] followers-only posts being delivered to domain with no followers
a opened issue AkkomaGang/akkoma#495 2023-03-09 00:24:18 +00:00
[bug] linebreaks being stripped from misskey -> akkoma
a commented on pull request FoundKeyGang/FoundKey#318 2023-01-06 01:37:21 +00:00
server: implement FEP-e232 style quotes

remove getApType(object) === 'Link'

a commented on pull request FoundKeyGang/FoundKey#318 2023-01-06 01:34:19 +00:00
server: implement FEP-e232 style quotes

as above: replace this sort with a second filter that only runs if no tags have a rel=quote

a commented on pull request FoundKeyGang/FoundKey#318 2023-01-06 01:34:19 +00:00
server: implement FEP-e232 style quotes

is this a valid assumption? should any Link with a correct mediaType be considered a quote? should you only consider the first object link, or should you maybe consider object links that are at the end of content?

a commented on pull request FoundKeyGang/FoundKey#318 2023-01-06 01:34:19 +00:00
server: implement FEP-e232 style quotes

type may not be always Link. it may be an extension or subclass of Link. a Link is just a node that has href (and optionally rel, mediaType, name, hreflang, height, width, preview`)

a commented on pull request FoundKeyGang/FoundKey#318 2023-01-06 01:34:19 +00:00
server: implement FEP-e232 style quotes

extractQuoteUrl()

a commented on pull request FoundKeyGang/FoundKey#318 2023-01-06 01:34:18 +00:00
server: implement FEP-e232 style quotes

i'd instead do toArray(tags).filter(hasRel) because the link relation is what is doing all the semantic heavy-lifting

a opened issue AkkomaGang/akkoma-fe#266 2022-12-31 19:58:07 +00:00
[bug] mentions become out of order when replying to self in a thread mentioning others
a commented on issue FoundKeyGang/FoundKey#263 2022-12-01 20:38:25 +00:00
Remove Follower button does not use the correct object ID

a user on another instance cannot request to be followed, and instead can only request to follow someone. Is that correct?

that seems correct, yes. Follow is an explicit action by one actor…

a commented on issue FoundKeyGang/FoundKey#263 2022-12-01 19:05:02 +00:00
Remove Follower button does not use the correct object ID

worth noting that you could probably remove the id for the inlined object entirely and it would still be valid. if provided, it should be the original remote ID

associated misskey issue:…