Opened 3 years ago
Closed 3 years ago
#6327 closed defect (bug) (fixed)
All channels are treated as private groups
Reported by: | Clorith | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | Communication (Matrix, Slack, IRC) | Keywords: | |
Cc: |
Description (last modified by )
After r11878, all /here
and similar calls are treating the channels as private groups.
This appears to be caused by a missing `$` on line 177, which in PHP <8 only throws a warning, and interprets as true, leading the conditional to pass and set the channel type as privategroup
.
Props @annezazu for noticing!
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 11882: