Relays don't populate global timeline
What happened?
My instance is subscribed to four relays (all AodeRelay afaik), but there are no posts from non-followed users populating the global timeline.
What did you expect to happen?
The global timeline fills out with all posts from connected relays.
Version
v2025.1.0-dev, on the !887 (merged) branch.
Instance
sk.doskel.net
What type of issue is this?
Backend.
How do you deploy Sharkey on your server? (Server-side issues only)
Bare metal.
What operating system are you using? (Server-side issues only)
FreeBSD 14.1-p1
Relevant log output
Searching for "relay" in my logfile just returns a few instances of the following few messages.
VERB 1 [queue inbox] {
"actor": "https://relay.infosec.exchange/actor",
"id": "https://relay.infosec.exchange/activity/1905cddc-95f4-46d7-bbbb-6d24565ae4c3",
"object": "https://universeodon.com/users/jellycrystals/statuses/113966070431652955",
"to": [
"https://relay.infosec.exchange/followers"
],
"type": "Announce"
}
INFO 1 [remote ap] Announce: https://relay.infosec.exchange/activity/1905cddc-95f4-46d7-bbbb-6d24565ae4c3
and INFO 1 [remote ap] Creating the (Re)Note: https://relay.infosec.exchange/activity/1905cddc-95f4-46d7-bbbb-6d24565ae4c3
Contribution Guidelines
By submitting this issue, you agree to follow our Contribution Guidelines
- I agree to follow this project's Contribution Guidelines
- I have searched the issue tracker for similar issues, and this is not a duplicate.