We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When a User joins a Space, they can only see and send messages in #general. Also, they cannot create new channels.
#general
To Reproduce
Expected behavior
Screenshots
Desktop (please complete the following information):
Logs
Here is the dump of the channel stream. I don't think it shows that another user has joined the stream
{ "miniblockNum": "1", "prevMiniblockHash": "fQe1uVQIHQMZjsMqEldlDyOJEqfhwet1e18r8kDZSBI=", "timestamp": "2025-01-25T14:04:20.249910Z", "eventHashes": [ "2F8iJQnHAcAOh/E5wAcUotZrgw06psojhIwQnSdJr+Y=" ], "eventNumOffset": "3", "none": {} }
</details> **Additional context** Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When a User joins a Space, they can only see and send messages in
#general
. Also, they cannot create new channels.To Reproduce
Expected behavior
Screenshots
Desktop (please complete the following information):
Logs
Here is the dump of the channel stream. I don't think it shows that another user has joined the stream
Miniblock 1
{
"events": [
{
"hash": "2F8iJQnHAcAOh/E5wAcUotZrgw06psojhIwQnSdJr+Y=",
"signature": "WTz060HAhsDZt6/orS+29I5pFgMuoVn7GbEHKu3J/Ug/k7hjNsYxrKHMcuuvyiOEu38BJ0ZXEsfqlCCBCSQp4gA=",
"event": "ChQepvSXiFzkA97ECouIQDdPA2xPyxJBefYUTd/65/41r8aDmxarrlDzo+dembZCKXsru4tSEgFgQ/gjTOmhflqSm0RBvQNbCB4X5ZP9z8yciYlWtywkbhwaEFsRl4rYHsIHLLusMxg6OKQiIH0HtblUCB0DGY7DKhJXZQ8jiRKn4cHrdXtfK/JA2UgSKJK9nO7JMjoCCAO6BocBEoQBEgZncnBhZXMaK2dkNTNLa3dGZjQvZ0RmdUdSZkQwYmlyWnpWTGZjaDFRMlZEeUtUbjZIaXdCG5gTkzELx3BqkTasAnACY6UAE1SArYX28XZD7koMt7ghRpc/ytjCnTp1UiCUV4K6rYiyRL3cNXA9hzoeKcVxNKukY1Osb+FUjCnpo1gB"
}
],
"header": {
"hash": "QwfyDGTUzjSsje/kPi61IksYph2xmoiVK20Gp1UJdG0=",
"signature": "BJcnnpgoMT/+LsqJ/IlBKt+BP3aoF9nDLUMutuNQb2UN45+xo8KYxBQUX4C2wCJhnFDtxaVCrY0ax3AMRPQiEAE=",
"event": "ChRN/+EdKAMAOSSLg71V7RykmxcP6RogbAYTE9JqhbeXhmQryVL8VNRbYC0JzPZlcs3DtVjOCZIiIH0HtblUCB0DGY7DKhJXZQ8jiRKn4cHrdXtfK/JA2UgSKJm/nO7JMqIGWAgBEiB9B7W5VAgdAxmOwyoSV2UPI4kSp+HB63V7XyvyQNlIEhoLCOTe07wGEPCllXciINhfIiUJxwHADofxOcAHFKLWa4MNOqbKI4SMEJ0nSa/mMAOiBgA="
}
}
(Parsed Header)
{
"miniblockNum": "1",
"prevMiniblockHash": "fQe1uVQIHQMZjsMqEldlDyOJEqfhwet1e18r8kDZSBI=",
"timestamp": "2025-01-25T14:04:20.249910Z",
"eventHashes": [
"2F8iJQnHAcAOh/E5wAcUotZrgw06psojhIwQnSdJr+Y="
],
"eventNumOffset": "3",
"none": {}
}
The text was updated successfully, but these errors were encountered: