Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add API for setting per user account data at the top level or room level. #392

Merged
merged 1 commit into from Dec 1, 2015

Conversation

NegativeMjark
Copy link
Contributor

@NegativeMjark should squash merge this when he merges it because of foobar.

Implement the API added by matrix-org/matrix-spec-proposals#168
Tested by matrix-org/sytest#82

"""
PUT /user/{user_id}/account_data/{account_dataType} HTTP/1.1
"""
PATTERN = client_v2_pattern(
Copy link
Contributor

Choose a reason for hiding this comment

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

As per spec comment, with is this v2_alpha not v1?

Copy link
Contributor

Choose a reason for hiding this comment

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

Done - Spec has changed

@illicitonion
Copy link
Contributor

LGTM modulo comments

@@ -0,0 +1,111 @@
# -*- coding: utf-8 -*-
Copy link
Contributor

Choose a reason for hiding this comment

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

This file should no longer be in the v2_alpha directory

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Where should it be?

Copy link
Contributor

Choose a reason for hiding this comment

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

Ignore me. I am being dumb.

NegativeMjark added a commit that referenced this pull request Dec 1, 2015
Add API for setting per user account data at the top level or room level.
@NegativeMjark NegativeMjark merged commit a2922bb into develop Dec 1, 2015
@erikjohnston erikjohnston deleted the markjh/client_config branch January 12, 2016 16:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants