Skip to content

Conversation

kegsay
Copy link
Member

@kegsay kegsay commented Apr 21, 2023

Built on #367

kegsay added 2 commits April 21, 2023 10:42
It was always true, so therefore useless. Add more
useful helper functions for checking known room versions.
This removes the need for err checking so much.
@codecov
Copy link

codecov bot commented Apr 21, 2023

Codecov Report

❗ No coverage uploaded for pull request base (kegan/ver-int-redact@210f4ff). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Current head 98f1fbf differs from pull request most recent head d2bf7ac. Consider uploading reports for the commit d2bf7ac to get more accurate results

Additional details and impacted files
@@                   Coverage Diff                   @@
##             kegan/ver-int-redact     #368   +/-   ##
=======================================================
  Coverage                        ?   52.16%           
=======================================================
  Files                           ?       37           
  Lines                           ?     5762           
  Branches                        ?        0           
=======================================================
  Hits                            ?     3006           
  Misses                          ?     2466           
  Partials                        ?      290           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

kegsay added a commit to matrix-org/dendrite that referenced this pull request Apr 21, 2023
@kegsay kegsay merged commit d0b3806 into kegan/ver-int-redact Apr 21, 2023
@kegsay kegsay deleted the kegan/ver-interface branch April 21, 2023 15:37
kegsay added a commit to matrix-org/dendrite that referenced this pull request Apr 21, 2023
As outlined in matrix-org/gomatrixserverlib#368

The main change Dendrite side is that `RoomVersion` no longer has any
methods on it. Instead, you need to bounce via `gmsl.GetRoomVersion`.

It's very interesting to see where exactly Dendrite cares about this.
For some places it's creating events (fine) but others are way more
specific. Those areas will need to migrate to GMSL at some point.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants