You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like replies work fine, but boosts don't. Does this even work in glitch-soc? The broadcast_to_public_streams method (which i think is the only place that we redis.publish to timeline:public:...) never gets called on boosts, and I don't think I changed any logic on when that method gets called. I'll see what I can do to get boosts displaying over pubsub.
deanveloper
changed the title
Boosts and replies are only inserted into the public timelines on page refresh
Boosts are only inserted into the public timelines on page refresh
Dec 31, 2022
Steps to reproduce the problem
Expected behaviour
Post appears in local timeline immediately when posted, and boost also appears immediately when boosted
Actual behaviour
Post appears in local timeline immediately when posted, but boost does not appear until the page is refreshed
Detailed description
Pretty straight-forward: posts are automatically inserted into the local timeline without a refresh, but boosts (and probably replies?) are not
Specifications
N/A - just build from neatchee/main
The text was updated successfully, but these errors were encountered: