Introduce new 'Block request' button in timeline
This commit is contained in:
parent
536dd0c7b0
commit
703bb8a3a3
22 changed files with 1088 additions and 157 deletions
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
|
@ -112,7 +112,6 @@ import { IPCEventsType, IPCEventsValuesType } from './util/createIPCEvents';
|
|||
import { ConversationView } from './views/conversation_view';
|
||||
import type { SignalContextType } from './windows/context';
|
||||
import { GroupV2Change } from './components/conversation/GroupV2Change';
|
||||
import * as GroupChange from './groupChange';
|
||||
|
||||
export { Long } from 'long';
|
||||
|
||||
|
@ -389,7 +388,6 @@ declare global {
|
|||
QualifiedAddress: typeof QualifiedAddress;
|
||||
};
|
||||
Util: typeof Util;
|
||||
GroupChange: typeof GroupChange;
|
||||
Components: {
|
||||
AttachmentList: typeof AttachmentList;
|
||||
ChatColorPicker: typeof ChatColorPicker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue