Moves conversation.getProps out of models
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
a0d7c36e3b
commit
7c1957c30d
21 changed files with 810 additions and 598 deletions
|
@ -6,7 +6,7 @@ import type { SignalService as Proto } from '../protobuf';
|
|||
import type { UUID } from '../types/UUID';
|
||||
import * as log from '../logging/log';
|
||||
import { getConversationIdForLogging } from './idForLogging';
|
||||
import { isMemberPending } from './isMemberPending';
|
||||
import { isMemberPending } from './groupMembershipUtils';
|
||||
import { isNotNil } from './isNotNil';
|
||||
|
||||
export async function removePendingMember(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue