Skip to content

Add IM Disk file operations#487

Merged
mesilov merged 1 commit into
v3-devfrom
feature/482-add-im-disk-file-operations-v3
May 22, 2026
Merged

Add IM Disk file operations#487
mesilov merged 1 commit into
v3-devfrom
feature/482-add-im-disk-file-operations-v3

Conversation

@mesilov
Copy link
Copy Markdown
Collaborator

@mesilov mesilov commented May 22, 2026

Refs #482

Q A
Bug fix? yes/no
New feature? yes
Deprecations? no
Issues Fix #482
License MIT

Closes #482

@mesilov mesilov merged commit f9098f3 into v3-dev May 22, 2026
10 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d6072dd989

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

'FILE_ID' => $fileId,
'UPLOAD_ID' => $uploadId,
'MESSAGE' => $message,
'SILENT_MODE' => $silentMode === null ? null : ($silentMode ? 'Y' : 'N'),
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Invert SILENT_MODE boolean mapping in commitFile

The silentMode flag is currently encoded as true => 'Y' and false => 'N', but SILENT_MODE='Y' means notifications are sent while 'N' suppresses them. This makes commitFile(..., silentMode: true) do the opposite of what the argument name implies, so callers trying to send files silently will still trigger notifications in production chats.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant