mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Use protopiler for protocol buffers
Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
@@ -123,7 +123,7 @@ export async function joinViaLink(value: string): Promise<void> {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!isAccessControlEnabled(dropNull(result.addFromInviteLink))) {
|
||||
if (!isAccessControlEnabled(result.addFromInviteLink)) {
|
||||
log.error(
|
||||
`${logId}: addFromInviteLink value of ${result.addFromInviteLink} is invalid`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user