Default admin approval to on in call links UI.

This commit is contained in:
Alex Hart 2024-07-30 11:50:11 -03:00 committed by mtang-signal
parent 12529e9fb0
commit 4f001a0c95

View file

@ -36,7 +36,7 @@ class CreateCallLinkViewModel(
credentials = credentials,
state = SignalCallLinkState(
name = "",
restrictions = Restrictions.NONE,
restrictions = Restrictions.ADMIN_APPROVAL,
revoked = false,
expiration = Instant.MAX
)