mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-23 18:11:40 +00:00
Add check for video calls
This commit is contained in:
@ -371,7 +371,8 @@ export class ConversationsController {
|
||||
following: c.following ? 1 : 0,
|
||||
saw_last_message: c.sawLastMessage ? 1 : 0,
|
||||
members: [...c.members],
|
||||
can_have_call: CallsHelper.CanHaveCall(c)
|
||||
can_have_call: CallsHelper.CanHaveCall(c),
|
||||
can_have_video_call: CallsHelper.CanHaveVideoCAll(c)
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user