Opened 4 years ago
Closed 4 years ago
#6327 closed defect (bug) (fixed)
All channels are treated as private groups
| Reported by: | Clorith | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | high | Milestone: | |
| 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 11882: