Fix wrong gradient color on collapsed private mentions (#2402)
Upstream changed the background color of private mentions, but the gradient used for collapsed toots still used the old color.
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
Improve interaction modal error handling (#26795)
Merge pull request #2397 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Merge branch 'main' into glitch-soc/merge-upstream
Fix video player not being displayed in reports interface (#26801)
Fix “Scoped order is ignored, it's forced to be batch order.” warnings (#26793)
Merge pull request #2396 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Merge branch 'main' into glitch-soc/merge-upstream
Remove kmr from language selection (#26014)
Fix `#hashtag` matching non-hashtagged posts in search (#26781)
Fix light mode colors for advanced interface banner (#26759)
Fix `before:`, `after:` and `during:` failing when time zone not set (#26782)
Add `recent` to search props (#2394)
The new search popout requires the `recent` prop to be set, otherwise onboarding crashes with "recent is undefined"
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
Merge pull request #2392 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes into glitch-soc