Details
Details
Tested web and mobile app. Subchannels menu seems to work in the same way as before.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- jacek/subchannel-logic
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/shared/thread-utils.js | ||
---|---|---|
146–147 ↗ | (On Diff #9805) | We should use threadIsChannel here |
lib/shared/thread-utils.js | ||
---|---|---|
144 ↗ | (On Diff #9830) | Both threadInChatList and threadIsChannel return boolean so double negation is not necessary |
Comment Actions
I think there are several more places where this could be used... for instance, here. To find those places it might be useful to run git grep '== threadTypes.SIDEBAR'. That said, it's probably outside the scope of this diff.