|
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 |
Answered by
dahlia
Jun 11, 2024
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 |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's strange. Did you check if your
countPosts()returnsnull?