Display toast after reacting emoji reaction limit (#10799)

This commit is contained in:
DS Boyce
2026-06-09 09:36:35 -07:00
committed by GitHub
parent 986cf62da1
commit 750c55eff8
4 changed files with 29 additions and 8 deletions
+1 -1
View File
@@ -641,7 +641,7 @@ function BlockedPlaceholder({
<Prompt.Action onPress={() => {}} cta={l`Okay`} color="primary" />
{profile.viewer?.blocking && !profile.viewer.blockingByList && (
<Prompt.Action
onPress={() => queueUnblock()}
onPress={() => void queueUnblock()}
cta={l`Unblock`}
color="secondary"
/>