forked from Ivasoft/mattermost-mobile
* implement calls_channel_info; joinCall refactoring * i18n * Start/Join call as top button; movable copy channel link button * MM-45971 - Calls v2 PR comments (#6514) * don't clobber config if api req failed * combine two loops into one * update dependencies * fetch user model on user connected * fix state exports; spacing; unneeded field in ServerConfig type * remove useless return in websocket handler * constant sorting * move microphone permission request to leave_and_join_alert * ServerConfig -> ServerCallsConfig * console.log -> logError * ternary -> Platform.select * merge conflicts * add destructive options to OptionBox; require DismissChannelInfo fn * add CopyLink option to quick actions list * showSnackBar on link copied * adjust quick_options_height * Screens.Call * fix CopyLink spacing * fix observeUsersById, observe needed columns; fix JoinCallBanner mount * optimized observables; bug fixes * remove unneeded `return null` * PR comments * readable-stream -> 3.6.0 * merge conflicts * PR comments