Skip to content

fix: tell이 MM API 직접 호출 (matterbridge self-skip 우회)#553

Merged
dalsoop merged 1 commit intomainfrom
fix/542-tell-direct-mm
Mar 30, 2026
Merged

fix: tell이 MM API 직접 호출 (matterbridge self-skip 우회)#553
dalsoop merged 1 commit intomainfrom
fix/542-tell-direct-mm

Conversation

@dalsoop
Copy link
Copy Markdown
Owner

@dalsoop dalsoop commented Mar 30, 2026

Bug

tell → matterbridge API → MM → matterbridge가 자기 봇 메시지로 skip → leader가 못 받음.

Fix

handleMessage에서 matterbridge API 대신 MM API를 직접 호출 (DALCENTER_MM_TOKEN 사용). matterbridge는 다른 사용자(devops)로 인식 → stream relay → leader 수신.

Test

devops 토큰으로 MM 직접 포스팅 → leader가 정상 수신 확인됨.

Closes #542

When tell sends via matterbridge API, the message comes back from the
matterbridge bot user and gets skipped. Now handleMessage posts directly
to MM API using DALCENTER_MM_TOKEN (devops user), so matterbridge sees
it as a different sender and relays to stream.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dalsoop dalsoop merged commit fc70b49 into main Mar 30, 2026
1 check passed
@dalsoop dalsoop deleted the fix/542-tell-direct-mm branch March 30, 2026 20:09
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.

bug: matterbridge가 MM → API stream relay 안 함

1 participant