mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
allow videochat in groups
This commit is contained in:
@@ -56,7 +56,7 @@ public class DcChat {
|
||||
}
|
||||
|
||||
public boolean canVideochat() {
|
||||
return canSend() && !isGroup() && !isSelfTalk();
|
||||
return canSend() && !isSelfTalk();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user