Replace FontAwesome icons with correct ones from SWM Icon Pack (following Figma design)
Details
Run web app and check if icons are correct in thread actions menu and members actions menu in members modal.
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Let's avoid passing constants as number literals like this. Instead, please define something like eg. threadTypes, so that this code is more "readable" at the callsite (eg. we would see something like olmMessageTypes.TEXT or something)