Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 11, 2024
1 parent 2148e8a commit 017bd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/mtproto-api/workrooms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export async function reopenChat(context: Context<"issues.reopened", SupportedEv

await mtProto.client.invoke(
new mtProto.api.messages.EditChatAdmin({
chatId,
chatId: chat.chatId,
isAdmin: true,
userId: chatCreator,
})
Expand Down

0 comments on commit 017bd33

Please sign in to comment.