mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Use protopiler for protocol buffers
Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
@@ -15,7 +15,7 @@ const log = createLogger('removePendingMember');
|
||||
export async function removePendingMember(
|
||||
conversationAttributes: ConversationAttributesType,
|
||||
serviceIds: ReadonlyArray<ServiceIdString>
|
||||
): Promise<Proto.GroupChange.Actions | undefined> {
|
||||
): Promise<Proto.GroupChange.Actions.Params | undefined> {
|
||||
const idLog = getConversationIdForLogging(conversationAttributes);
|
||||
|
||||
const pendingServiceIds = serviceIds
|
||||
|
||||
Reference in New Issue
Block a user