Hey #ActivityPub friends.
-
https://example.viii.fi/posts/69aeb347-03d0-dc44-83c8-9c7c488ff6e0.json
It is served by an instance of your bot? The value of
inReplyToin this document is an empty string, which is not a valid URI.@silverpill good spot!
I assume if it isn't a reply, the field should be excluded?Or should it be something else?
-
@silverpill good spot!
I assume if it isn't a reply, the field should be excluded?Or should it be something else?
@edent@mastodon.social I've learned that it should be excluded altogether, and not a null value
-
-
@silverpill @julian @general
Ah, I assume that `cc` should also be null if it isn't copied to anyone? -
@silverpill @julian @general
Ah, I assume that `cc` should also be null if it isn't copied to anyone?@edent@mastodon.social :shrug: I was passing
nullaround like candy but some implementations choke on that. In general, tolerance of odd values inccis well handled, but I would just omit or send[]. -
@Edent No, thank you for making this <3
@threkk the bot can now send Delete messages. They're processed successfully by Mastodon.social - so I assume they work elsewhere đ
Will have a think about editing.
-
@silverpill @julian @general
Ah, I assume that `cc` should also be null if it isn't copied to anyone? -
@silverpill good spot!
I assume if it isn't a reply, the field should be excluded?Or should it be something else?
@Edent @silverpill don't use nulls. Just omit it.
-
@silverpill @julian @general
Ah, I assume that `cc` should also be null if it isn't copied to anyone? -
@threkk the bot can now send Delete messages. They're processed successfully by Mastodon.social - so I assume they work elsewhere đ
Will have a think about editing.
@Edent wow, that was fast, thank you!