chore: update sample app.
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -25,9 +25,8 @@ class _ThreadPageState extends State<ThreadPage> {
|
||||
void initState() {
|
||||
super.initState();
|
||||
_messageInputController = StreamMessageInputController(
|
||||
message: Message(
|
||||
parentId: widget.parent.id,
|
||||
));
|
||||
message: Message(parentId: widget.parent.id),
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user