This commit is contained in:
Amelia 2026-06-25 02:42:29 +00:00 committed by GitHub
commit 5d86b40824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -216,7 +216,9 @@ fun RegularMessage(
)
.nestedScroll(nestedScrollConnection)
.then(
if (LoadedSettings.messageReplyStyle == MessageReplyStyle.SwipeFromEnd)
// FIXME Use one cache roundtrip instead of fetching the cache twice to render the message
if (LoadedSettings.messageReplyStyle == MessageReplyStyle.SwipeFromEnd
&& StoatAPI.userCache[message.author]?.relationship != "Blocked")
Modifier.supportSwipeReply(
onDown = {},
onMove = onFingerMoveHandler,