openclaw - 💡(How to fix) Fix [Bug]: Nextcloud-Talk channel does not send emoji reactions [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#70110Fetched 2026-04-23 07:29:07
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Participants
Timeline (top)
labeled ×2

Emoji reactions are not sent because the following function is actually never called:

https://github.com/openclaw/openclaw/blob/abf940db61876ff3bca1d51b777cfc9a55e6d726/extensions/nextcloud-talk/src/send.ts#L192

Root Cause

Emoji reactions are not sent because the following function is actually never called:

RAW_BUFFERClick to expand / collapse

Bug type

Behavior bug (incorrect output/state without crash)

Beta release blocker

No

Summary

Emoji reactions are not sent because the following function is actually never called:

https://github.com/openclaw/openclaw/blob/abf940db61876ff3bca1d51b777cfc9a55e6d726/extensions/nextcloud-talk/src/send.ts#L192

Steps to reproduce

  1. Let the agent react to a message.
  2. Observe it's not working

Expected behavior

The agent should be able to send an emoji reaction to a message.

Actual behavior

No emoji reaction is sent because the function is never called.

OpenClaw version

2026.4.15

Operating system

Linux, though not relevant

Install method

docker

Model

not relevant

Provider / routing chain

not relevant

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

The function responsible for sending emoji reactions is not being called, which is likely the cause of the issue.

Guidance

Example

No code snippet can be provided without more context, but reviewing the send.ts file and the surrounding code may help identify the issue.

Notes

The provided information does not include logs or error messages, which could be helpful in diagnosing the issue. Additionally, understanding the overall architecture and flow of the application may be necessary to identify why the function is not being called.

Recommendation

Apply workaround: Since the root cause is not entirely clear, a temporary workaround could involve manually calling the function or modifying the code to ensure it is called when the agent reacts to a message. This would allow emoji reactions to be sent while the underlying issue is further investigated.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

The agent should be able to send an emoji reaction to a message.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: Nextcloud-Talk channel does not send emoji reactions [1 participants]