Rick Mak
Rick Mak
The current commit (b79a2e6), `deploy/cmd/deploy/assets/node-setup.sh` is assuming the Github latest commit is mainnet version. Which is not true during the upgrade period, refs: https://dao.like.co/proposals/46
Attached logs, it appears my setting for open file is not well tune. It leads to too many openfiles error than a consenus failure. It can't recover itself, which is...
To enable so, the `cert` and `profile` cannot sit in this repo. I suggest: 1. Default the certs/profile folder to the parent project root filer 1. Enable user to override...
AWS provide the API getting the s3 bucket location for example in aws cli, we can query the bucket region by this: `aws s3api get-bucket-location --bucket domain.oursky.com`
Example use case: - Developer want to display only audio messages in the conversation - Developer want to display only messages sent by admin
Current `getConversations` is limiting and cannot filter the result set by attributes and metadata
Currently, all conversations are visible to participant and admin. Not public. There is no way to set the conversation as public listable now. This is requisite of `public can join...
This will enable user to fetch messages list from the server. Useful when he is not able to subscribe the change for whatever reason. And need to check if any...