Commit 04a3c77
committed
fix(channels): case-insensitive channel-ID match in find_by_name
The channel-ID fallback lowercased the query but compared it against the
raw (mixed-case) channel id with a case-sensitive contains(), so Teams
conversation ids (which contain uppercase chars) never matched — breaking
send_message_to_another_channel to Teams. Lowercase both sides.1 parent ac52277 commit 04a3c77
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
169 | 174 | | |
170 | 175 | | |
171 | 176 | | |
| |||
0 commit comments