Replies: 1 comment 6 replies
-
This has to do with the mechanics of how Fediverse works. When someone on the current server does not subscribe a user, no new posts will be actively pushed. You can try browsing your account in browser.pub: https://browser.pub/@[email protected] |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to get my Hugo blog setup to work with Hatsu using JsonFeed.
I've configured the redirects, added an alias of nigel so that the full address should be
@[email protected]
, and put<link rel="alternate" type="application/activity+json" href="https://hatsu.nigelsim.org/posts/{{ .Permalink }}" />
in the page templates.But, when I search
@[email protected]
from Mastodon I get@[email protected]
as the username back, and no posts show up in the list.Can anyone offer any guidance as to whether I should be able to my preferred username to work, along with the posts showing (which is that whole point for me), or if this is a current limitation.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions