Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ static void setDefaultMentionRepliedUser(boolean mention)
*
* <p>This can be overwritten with {@link #useComponentsV2(boolean)} on each builder instance.
*
* <p><b>NOTE:</b> When enabled, be aware that messages which were built for "V1" content
* will cause errors if they don't explicitly disable their V2 flag.
* You should check if the helpers you use do set their flag appropriately,
* this includes your own utilities/replies as well as 3rd party libraries you may use.
*
* @param use
* {@code true} to enable V2 components by default, {@code false} to disabled them by default.
*/
Expand Down