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

Add REST API method to list online users in a room #2918

Merged
merged 1 commit into from
Apr 20, 2016

Conversation

wtsarchive
Copy link
Contributor

@RocketChat/core

Adds a REST API method for listing online users in a room. Useful to show room activity on external sites. Example:

curl http://localhost:3000/api/rooms/GENERAL/online

{
   "status": "success",
   "online": [
      "test",
      "admin"
   ]
}

@wtsarchive wtsarchive force-pushed the develop branch 3 times, most recently from 55fae31 to 717513e Compare April 17, 2016 17:07
@sampaiodiego
Copy link
Member

@wtsarchive can you please make a rebase with our latest code from develop?

seems ok to me to merge it =)

@wtsarchive
Copy link
Contributor Author

wtsarchive commented Apr 20, 2016

@sampaiodiego Done!

Ah no, I thought "Update branch" button would do a rebase. Give me a sec to do a proper rebase.

@wtsarchive
Copy link
Contributor Author

Ok, now it's properly rebased.

@sampaiodiego sampaiodiego merged commit 5ac497b into RocketChat:develop Apr 20, 2016
@engelgabriel engelgabriel added this to the 0.52.0 milestone Feb 9, 2017
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.

3 participants