mirror of
https://github.com/hiaaryan/sileo.git
synced 2026-04-26 23:45:50 +03:00
[PR #31] fix: Fix toast identity race handling #32
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sileo#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hiaaryan/sileo/pull/31
Author: @the-asad-iqbal
Created: 2/24/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
e45544dfix: Fix toast identity race handling📊 Changes
1 file changed (+9 additions, -3 deletions)
View changed files
📝
src/toast.tsx(+9 -3)📄 Description
This PR fixes two high-severity toast identity issues:
(id, instanceId)pair, so delayed removal cannot delete a newer toast with the same id.Changes
idis not provided.instanceIdResult
idare safe from stale dismiss timers.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.