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

Expose rejection_reason and internal_metadata #15

Merged
merged 2 commits into from
Feb 2, 2022

Conversation

richvdh
Copy link
Collaborator

@richvdh richvdh commented Dec 6, 2021

These can be a bit useful.

Review commit-by-commit.

@@ -97,8 +99,9 @@ impl RouteHandler for RoomHandler {
DatabaseConnection::Postgres(_) => {
conn.query(
r#"
SELECT event_id, events.type, state_key, depth, sender, state_group,
json, origin_server_ts, stream_ordering,
SELECT event_id, events.type, state_events.state_key, depth, sender, state_group,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

also disambiguating state_key while I'm here, per matrix-org/synapse#11497

@erikjohnston erikjohnston merged commit fb13695 into master Feb 2, 2022
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