Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- inka/message_report
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
One inline question.
lib/shared/user-utils.js | ||
---|---|---|
40–46 ↗ | (On Diff #16003) | Up to you if you'd like to use this, it looks cleaner, but performance matters more. |
native/components/community-pill.react.js | ||
23 ↗ | (On Diff #16003) | It looks like whenever we use getKeyserverAdmin (here and in ChatThreadAncestors), we are using it to get the username field out. Could we just return the username in getKeyserverAdmin? This hack only works as long as there is only one admin, so returning one string for a username shouldn't be an issue until we revert it, right? |
lib/shared/user-utils.js | ||
---|---|---|
40–46 ↗ | (On Diff #16003) | Meant to write userInfos[admin.id] instead of userInfos[member.id]. |
Comment Actions
Thanks for extracting this!
native/components/community-pill.react.js | ||
---|---|---|
23 ↗ | (On Diff #16003) |
|
web/chat/chat-thread-ancestors.react.js | ||
44 ↗ | (On Diff #16003) | () => { return something; } can just be () => something |
native/components/community-pill.react.js | ||
---|---|---|
23 ↗ | (On Diff #16003) | Ok! |
native/components/community-pill.react.js | ||
---|---|---|
23 ↗ | (On Diff #16003) | I'm currently working on code that will need the keyserver admins id |