silverpill
silverpill
>OrderedCollectionPage is both an OrderedCollection and a CollectionPage Oh, interesting. But this looks like a special case. There is no general guidance on using multiple supertypes, and characteristics of a...
>implementation MUST also specify the core vocabulary type @nightpool It is "type" (singular), not "types". That means there will be only one core supertype. >I just think this is a...
@trwnh In previous comments I mentioned several issues that might be solved by adding an `Actor` core type, such as activities that can perform other activities. Definition of actor is...
`Accept, Note` and `Note, Question` don't make sense to me. This is one of the reasons why I don't want to deal with them. The second is extra implementation complexity....
>if you could propose the idea of the Actor or ContentObject types in a separate issue, so we can track them separately. I am currently developing these ideas in [FEP-2277](https://codeberg.org/fediverse/fep/src/branch/main/fep/2277/fep-2277.md)....
Yes, I am using 0.12.2 now
It's possible, but will affect other users on the instance. I think an API method for refreshing tokens could be added. Do you know any fedi software implementing this?
Yes, I can add it, but there is not enough information in Pleroma docs. For example, how `refresh_token` is supposed to be obtained? I found this issue: https://git.pleroma.social/pleroma/pleroma/-/issues/1721 Maybe this...
>How does Mitra signal the token expiry date? @TheOneric It doesn't. I will add `expires_in` as described in the RFC Thank you for the info!
I don't know whether it is correct or not. Couldn't find any documentation on the subject, only a couple of bug reports in actix-web repo where people complain about similar...