mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 06:11:32 +01:00
Faster incremental builds
This commit is contained in:
@@ -27,13 +27,6 @@ import { UserText } from './UserText.js';
|
||||
|
||||
const { noop } = lodash;
|
||||
|
||||
export enum SafetyNumberChangeSource {
|
||||
InitiateCall = 'InitiateCall',
|
||||
JoinCall = 'JoinCall',
|
||||
MessageSend = 'MessageSend',
|
||||
Story = 'Story',
|
||||
}
|
||||
|
||||
enum DialogState {
|
||||
StartingInReview = 'StartingInReview',
|
||||
ExplicitReviewNeeded = 'ExplicitReviewNeeded',
|
||||
|
||||
Reference in New Issue
Block a user