Alex
Alex
RIP. Directly uploading images should be a server option, but yeah. Speaking of, how is the permission system going @towerofnix? I know there's been a lack of commits the past...
Is there a 'manageAllRoles' permission, or similar? Otherwise I'd say manageRoles should let you control all manner of roles ie. you're an admin. Not sure how it's currently laid out...
Side Q - @towerofnix does the spec make the `_member` and `_guest` (or whatever their names are) roles obvious enough that they will be implemented by default? We should probably...
I'm thinking we update the spec in advance of the implementation written here, mainly to give server/client authors to update their software to comply with the changes to the spec...
[This is done.](https://github.com/decent-chat/spec) Only thing left is to remove `docs/api.md` (and probably `docs/why.md` also, since it's a joke).
Also we should probably update the README.md here to better reflect the new description of Decent like in the spec (`Open source messaging platform for the modern web` etc etc)....
Hi @turisap! You're totally welcome to work on this. Note that you'll need to [build](https://github.com/decent-chat/decent/tree/master/packages/client#contributing) the client when you make changes to its source. If you get stuck you can...
@turisap: Eek, that's probably a Windows-specific issue you've got there (both @towerofnix and I are on Linux). Could you try `npx lerna run watch`? I'll look into the chat issue;...
@turisap: Sorry - you can watch for changes to the client JS/CSS by doing `cd packages/client/ && npm run watch`. Awesome that you got it running. Some steps: * Use...
I think we should have two colours of indicator for `unread` and `mentioned`. Mentions can be (are?) per-channel so the channel would have a blue indicator if you have unread...