mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Default admin approval to on in call links UI.
This commit is contained in:
@@ -36,7 +36,7 @@ class CreateCallLinkViewModel(
|
||||
credentials = credentials,
|
||||
state = SignalCallLinkState(
|
||||
name = "",
|
||||
restrictions = Restrictions.NONE,
|
||||
restrictions = Restrictions.ADMIN_APPROVAL,
|
||||
revoked = false,
|
||||
expiration = Instant.MAX
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user