Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add new room membership APIs #1680
Conversation
erikjohnston
added some commits
Dec 8, 2016
erikjohnston
requested a review
from NegativeMjark
Dec 8, 2016
erikjohnston
referenced this pull request
in matrix-org/matrix-doc
Dec 8, 2016
Closed
API to enquire what rooms I'm a member of #734
erikjohnston
assigned
NegativeMjark
Dec 9, 2016
erikjohnston
merged commit 1697f6a
into
develop
Dec 9, 2016
10 of 12 checks passed
Sytest Dendron (Commit)
Build #1219 origin/erikj/joined_rooms failed in 1 min 20 sec
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Flake8 + Packaging (Commit)
Build #2164 origin/erikj/joined_rooms succeeded in 49 sec
Details
Flake8 + Packaging (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #2060 origin/erikj/joined_rooms succeeded in 7 min 44 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2103 origin/erikj/joined_rooms succeeded in 6 min 56 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
Unit Tests (Commit)
Build #2188 origin/erikj/joined_rooms succeeded in 3 min 5 sec
Details
Unit Tests (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
This was referenced Dec 11, 2016
Kegsay
added a commit
to matrix-org/matrix-appservice-bridge
that referenced
this pull request
Dec 12, 2016
Kegsay
referenced this pull request
in matrix-org/matrix-appservice-bridge
Dec 12, 2016
Merged
Implement new membership list APIs #45
|
I admit it's probably a bit late now, but is there any reason why
the toplevel key is |
leonerd
referenced this pull request
in matrix-org/sytest
Dec 12, 2016
Merged
Tests for new "room members" APIs #332
Half-Shot
added a commit
to Half-Shot/matrix-appservice-bridge
that referenced
this pull request
Feb 2, 2017
erikjohnston
deleted the
erikj/joined_rooms
branch
Mar 29, 2017
turt2live
referenced this pull request
in matrix-org/matrix-js-sdk
May 22, 2017
Open
Add joined_rooms and joined_members endpoints #440
t3chguy
added a commit
to t3chguy/matrix-doc
that referenced
this pull request
Sep 16, 2017
t3chguy
referenced this pull request
in matrix-org/matrix-doc
Sep 16, 2017
Merged
document joinedMembers and joinedRooms endpoints #999
t3chguy
commented
Oct 2, 2017
|
Correction: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
erikjohnston commentedDec 8, 2016
•
edited
Add two new APIs:
/joined_roomsthat returns the list of rooms the user is in/room/<room_id>/joined_membersthat returns the list of currently joined users and their profile dataThese are primarily designed for ASes that may want to efficiently look up those pieces of information without otherwise needing to do a full
/syncExample output: