-
I am just trying to get the basic functions working. A Hello world note that shows when a mastodon server goes to the users profile. Now I am most likely wrong, but from what I understand It has to be done in the outbox area?
Additionally I tried to make one that as all the functions
and that doesn't work so seems every function needs to be a seperate |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Mastodon does not show posts of an actor published before it follows the actor. Even if you properly implement the outbox. (Mastodon sees the outbox only for fetching the number of posts.) Did you implement an inbox listener for |
Beta Was this translation helpful? Give feedback.
That's strange. Did you check if your
countPosts()
returnsnull
?