You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/messages/attachments/AttachmentCommandPicker.kt
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,12 @@ internal fun AttachmentCommandPicker(
91
91
}
92
92
}
93
93
94
+
/**
95
+
* Command grid row.
96
+
*
97
+
* @param enabled Controls the item's visual state only (dimmed when `false`). Taps still invoke
98
+
* [onCommandSelected] regardless, so the caller can surface feedback for disabled commands.
Copy file name to clipboardExpand all lines: stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/messages/composer/MessageComposer.kt
Copy file name to clipboardExpand all lines: stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/messages/composer/internal/suggestions/CommandSuggestionItem.kt
Copy file name to clipboardExpand all lines: stream-chat-android-ui-common/src/main/kotlin/io/getstream/chat/android/ui/common/feature/messages/composer/MessageComposerController.kt
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -970,9 +970,7 @@ public class MessageComposerController(
970
970
* overwrite an existing stash (in-command input is command-specific and not preserved across
971
971
* command switches).
972
972
*
973
-
* No-op while the composer is in edit mode: the backend does not dispatch slash commands on
974
-
* message edits, so the combination is disallowed client-side to avoid emitting literal
0 commit comments