refactor(ui): rename deprecated args
This commit is contained in:
@@ -514,7 +514,6 @@ class MessageWidget extends StatefulWidget {
|
|||||||
showUserAvatar: showUserAvatar ?? this.showUserAvatar,
|
showUserAvatar: showUserAvatar ?? this.showUserAvatar,
|
||||||
showSendingIndicator: showSendingIndicator ?? this.showSendingIndicator,
|
showSendingIndicator: showSendingIndicator ?? this.showSendingIndicator,
|
||||||
showReactions: showReactions ?? this.showReactions,
|
showReactions: showReactions ?? this.showReactions,
|
||||||
allRead: allRead ?? this.allRead,
|
|
||||||
showThreadReplyIndicator:
|
showThreadReplyIndicator:
|
||||||
showThreadReplyIndicator ?? this.showThreadReplyIndicator,
|
showThreadReplyIndicator ?? this.showThreadReplyIndicator,
|
||||||
showInChannelIndicator:
|
showInChannelIndicator:
|
||||||
@@ -523,7 +522,6 @@ class MessageWidget extends StatefulWidget {
|
|||||||
onLinkTap: onLinkTap ?? this.onLinkTap,
|
onLinkTap: onLinkTap ?? this.onLinkTap,
|
||||||
showReactionPickerIndicator:
|
showReactionPickerIndicator:
|
||||||
showReactionPickerIndicator ?? this.showReactionPickerIndicator,
|
showReactionPickerIndicator ?? this.showReactionPickerIndicator,
|
||||||
readList: readList ?? this.readList,
|
|
||||||
onShowMessage: onShowMessage ?? this.onShowMessage,
|
onShowMessage: onShowMessage ?? this.onShowMessage,
|
||||||
onReturnAction: onReturnAction ?? this.onReturnAction,
|
onReturnAction: onReturnAction ?? this.onReturnAction,
|
||||||
showUsername: showUsername ?? this.showUsername,
|
showUsername: showUsername ?? this.showUsername,
|
||||||
|
|||||||
Reference in New Issue
Block a user