Claire
Claire
This is a CSS rule that applies to this card and this card only, so I don't know what the original rationale was.
My perspective may be skewed as a long-time Mastodon user (and developer), but when I middle-click/ctrl-click the link, I expect it to open the remote content on its original source,...
Thanks for the detailed report! There are multiple issues at play here, and I will try to break them down. ## Client receiving duplicate notifications For some reason, the client...
Actually there is one thing I am unsure about and that could matter quite significantly: did the client receive the same notification multiple times, or multiple notifications about the same...
Investigating a bit more, the fact that refreshing the page clears the duplicate notifications suggests that the issue is not several notification objects for the same activity, but the front-end...
That's a good point, I think this points to the culprit being `expandNormalizedNotifications`, the polling implementation: the streaming (WebSocket/EventSource) implementation always add new items on top, while the polling implementation...
Needs a lot of testing and careful review, but I think I addressed the issue in #19693.
> Got a popup dialog explaining how to follow the account (it appears that this server does not provide a "remote follow" function which would allow me to follow the...
The UI optimistically reflects follows as immediately accepted when the remote account is not marked as private, but a message from the remote server is still required to finalize the...
> > Such occurrences should resolve over time, though, so the initial case you are describing may be something else. > > To be clear, the initial case I reported...