-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
feat(matrix/space): implemented space.board
events
#16
Closed
Commits on Jan 26, 2024
-
feat(matrix/space): implemented
space.board
eventsStumbled upon some difficulties here since I wanted to do stuff correct without changing the API later. I chose to separate `post` from `reply` to prevent having a separate `topic` event. Votes for `reply` are calculated through `m.reaction` but since it can form a relation with any event we can't enforce votes on this event type only. I was not sure if we needed an enum for `post` since we might consider having different `body` types in the future such as a poll or media content.
Configuration menu - View commit details
-
Copy full SHA for 4ad6aaf - Browse repository at this point
Copy the full SHA 4ad6aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe33e2b - Browse repository at this point
Copy the full SHA fe33e2bView commit details
Commits on Jan 27, 2024
-
feat(core/events): handlers to create posts and replies from boards
Access token is still absent since I'm still not sure how we will store them. Another consideration to make is whether to require `room_id` for replies since we *could* retrieve for the event being replied to and extract it from there.
Configuration menu - View commit details
-
Copy full SHA for 71b16ff - Browse repository at this point
Copy the full SHA 71b16ffView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9147534 - Browse repository at this point
Copy the full SHA 9147534View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e27104 - Browse repository at this point
Copy the full SHA 2e27104View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a40925b - Browse repository at this point
Copy the full SHA a40925bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeb63f5 - Browse repository at this point
Copy the full SHA aeb63f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ffbb1 - Browse repository at this point
Copy the full SHA 29ffbb1View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cdbd29f - Browse repository at this point
Copy the full SHA cdbd29fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4c374 - Browse repository at this point
Copy the full SHA ad4c374View commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2520e07 - Browse repository at this point
Copy the full SHA 2520e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d255a - Browse repository at this point
Copy the full SHA 71d255aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 883fb23 - Browse repository at this point
Copy the full SHA 883fb23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4c31d - Browse repository at this point
Copy the full SHA 1e4c31dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b63ac - Browse repository at this point
Copy the full SHA c9b63acView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd15ada - Browse repository at this point
Copy the full SHA dd15adaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.