-
Notifications
You must be signed in to change notification settings - Fork 4
Test #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Test #44
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,6 +20,7 @@ CHAT_SEND_ROUNDVIDEOS_FORBIDDEN You can't send round videos to this chat. | |
| CHAT_SEND_STICKERS_FORBIDDEN You can't send stickers in this chat | ||
| CHAT_SEND_VIDEOS_FORBIDDEN You can't send videos in this chat | ||
| CHAT_SEND_VOICES_FORBIDDEN You can't send voice recordings in this chat | ||
| CHAT_TYPE_INVALID The specified user type is invalid. | ||
| CHAT_WRITE_FORBIDDEN You can't write in this chat | ||
| EDIT_BOT_INVITE_FORBIDDEN Bots' chat invite links can't be edited | ||
| GROUPCALL_ALREADY_STARTED The groupcall has already started, you can join directly using phone.joinGroupCall | ||
|
|
@@ -31,6 +32,7 @@ MESSAGE_DELETE_FORBIDDEN You don't have rights to delete messages in this chat, | |
| NOT_ALLOWED Not allowed | ||
| NOT_ELIGIBLE You are not eligible for this action | ||
| PARTICIPANT_JOIN_MISSING Trying to enable a presentation, when the user hasn't joined the Video Chat with phone.joinGroupCall | ||
| PEER_ID_INVALID The provided peer id is invalid. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding the The error compiler ( During the build process, the To resolve this, you should either ensure that error IDs are unique across all TSV files or modify the compiler to generate unique class names (e.g., by prefixing them with the error type like |
||
| POLL_VOTE_REQUIRED Cast a vote in the poll before calling this method | ||
| PREMIUM_ACCOUNT_REQUIRED This action requires a premium account | ||
| PRIVACY_PREMIUM_REQUIRED The user has restricted from sending messages OR This action requires a premium account | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚨 issue (security): Revisit whether
contents: writeis the minimal permission needed for this workflow.This change trades OIDC access for broader repo write access, which may exceed this job’s needs. If it only requires reading repo data, prefer
contents: read. If you still need OIDC (e.g., to assume a cloud role), consider keepingid-token: writeand adding only the minimal extra permissions required.