Skip to content

Commit 3a2ec23

Browse files
authored
fix(feedback): rm per-feedback attach limit (#12968)
1 parent cbdaa90 commit 3a2ec23

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

develop-docs/application-architecture/feedback-architecture.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ In Relay v24.5.1, we migrated feedback to its own kafka topic + consumer,
9393

9494
### Attachments
9595

96-
We only use attachments for the widget’s screenshot feature, which allows users
97-
to submit **at most 1 screenshot per feedback**. Attachments are another [item type](/sdk/data-model/envelopes/#attachment)
98-
in an envelope.
96+
Attachments are another [item type](/sdk/data-model/envelopes/#attachment)
97+
in an envelope. We use attachments for the widget’s screenshot feature.
9998

10099
- SDK v8.0.0+, Relay v24.5.1+: Sends the feedback and attachment items in the same envelope.
101100
- SDK < v8, all Relay versions: Sends a separate envelope for each item.

0 commit comments

Comments
 (0)