Able to send avatar setting change to keyserver and have it reflected in the DB.
Details
Details
Able to see avatar field populated in threads table:
Able to see avatar change robotext (obviously needs to be changed):
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- arcpatch-D7332 (branched from master)
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Thanks for combining the diffs for me!
keyserver/src/updaters/thread-updaters.js | ||
---|---|---|
360 ↗ | (On Diff #24742) | This can just be if (avatar), no? |
keyserver/src/updaters/thread-updaters.js | ||
---|---|---|
360 ↗ | (On Diff #24742) | Ah yeah, I was matching the description and threadType checks but those explicitly check null/undefined to handle empty string case. Since avatar is object we can do a simple truthiness check. I'll update. |