Feat/tauri integration - Add UnifiedPush#139
Merged
hazre merged 311 commits intoSableClient:feat/tauri-integrationfrom Mar 12, 2026
Merged
Feat/tauri integration - Add UnifiedPush#139hazre merged 311 commits intoSableClient:feat/tauri-integrationfrom
hazre merged 311 commits intoSableClient:feat/tauri-integrationfrom
Conversation
showUnreadCounts defaults to false — unread badges show a number only for direct mentions (Discord-style). Users can opt in to full counts in Notifications settings.
Add cute events (hug, cuddle, wave, poke, headpat)
Release packages
Merge upstream
fix properly apply block quotes so that custom html also gets forwarded
fix scroll when clicking message links
fix: default badge unread counts to off
fix crash when invalid location sent
fix scroll clamping to bottom of timeline
Add MSC4144 per-message-profile rendering
update changesets, again
Added Hover menu on Version History Pop-out
feat: Implement an UI for commands
Update slate deps to latest
* chore(release): 4.11.0 [skip ci] * chore(release): 4.11.1 [skip ci]
…-branch-preview ci: add dev branch preview deployment to cloudflare workflow
…pnpm chore: migrate package manager from npm to pnpm
Upstream sync and remove duplicate voice room button
Prevent overly wide emotes from taking up the entire screen width.
add max-width to custom emotes to prevent overly wide emotes
…ce-display-name feat: add dynamic device display name
# Conflicts: # src/app/features/settings/notifications/SystemNotification.tsx
e4df9d1
into
SableClient:feat/tauri-integration
5 of 7 checks passed
hazre
added a commit
that referenced
this pull request
Mar 12, 2026
Feat/tauri integration - Add UnifiedPush
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds UnifiedPush support using my fork of the Tauri Plugin Notification, as well as fix the APK for Android devices.
Service workers do not exist in Android WebViews so I manually auth media (images, avatars, etc.) and cache them. The caching could use some improvement.
It also cleans up build artifacts that were accidentally committed to the repo.
Fixes #
Type of change
Checklist: