Skip to content
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: Add heroes support for sliding sync room #1691

Merged
merged 1 commit into from
May 22, 2024

Conversation

Hywan
Copy link
Member

@Hywan Hywan commented Nov 2, 2023

This patch is only based on matrix-org/sliding-sync#304 since the specification wasn't updated. I'm basically guessing what a request and a response should look like:

  • RoomSubscription gains a new field: include_heroes,
  • SlidingSyncRoom gains a new field: heroes,
  • SlidingSyncRoomHero is a new type.

@Hywan Hywan force-pushed the feat-sliding-sync-room-heros branch from e092725 to 408d534 Compare November 2, 2023 13:46
@bnjbvr bnjbvr changed the title feat: Add heros support for sliding sync room feat: Add heroes support for sliding sync room Nov 20, 2023
@Hywan Hywan requested a review from bnjbvr December 21, 2023 13:52
Copy link
Contributor

@bnjbvr bnjbvr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

crates/ruma-client-api/src/sync/sync_events/v4.rs Outdated Show resolved Hide resolved
This patch is only based on https://github.com/matrix-org/sliding-sync/
pull/304 since the specification wasn't updated. I'm basically guessing
what a request and a response _should_ look like:

* `RoomSubscription` gains a new field: `include_heros`,
* `SlidingSyncRoom` gains a new field: `heros`,
* `SlidingSyncRoomHero` is a new type.
@Hywan Hywan force-pushed the feat-sliding-sync-room-heros branch from 408d534 to 50e1ef2 Compare May 22, 2024 08:11
@Hywan Hywan enabled auto-merge (squash) May 22, 2024 08:11
@Hywan Hywan merged commit 1c1cfe9 into ruma:main May 22, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants