fix: added todo

This commit is contained in:
Deven Joshi
2021-01-02 14:14:04 +05:30
parent 00e211f9fe
commit 7cf0e00b15
+1 -1
View File
@@ -834,7 +834,7 @@ class _GroupInfoScreenState extends State<GroupInfoScreen> {
size: 24.0, size: 24.0,
), ),
'Make Owner', () { 'Make Owner', () {
// TODO: I have no clue how to make someone an owner // TODO: Add make owner implementation (Remaining from backend)
}), }),
if (!channel.isDistinct && if (!channel.isDistinct &&
StreamChat.of(context).user.id != user.id && StreamChat.of(context).user.id != user.id &&