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

Various tweaks to teams. #18

Merged
merged 1 commit into from
May 30, 2017
Merged

Various tweaks to teams. #18

merged 1 commit into from
May 30, 2017

Conversation

twittner
Copy link
Contributor

  • Include team metadata as part of team.create event.
  • Add support for updating team member permissions.
  • Add API endpoint to get a single team conversation.
  • Add API endpoint to get a single team member.
  • If a team member is removed, remove it from all team conversations.
  • Update API documentation.

@tiago-loureiro
Copy link
Contributor

👍

@@ -450,6 +465,9 @@ parseEventData ConvDelete (Just j) = do
let f o = Just . EdConvDelete <$> o .: "conv"
withObject "conversation delete data" f j

parseEventData TeamCreate Nothing = fail "missing event data for type 'team.create"
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo: Missing a trailing '.

- Include team metadata as part of `team.create` event.
- Add support for updating team member permissions.
- Add API endpoint to get a single team conversation.
- Add API endpoint to get a single team member.
- If a team member is removed, remove it from all team conversations.
- Update API documentation.
@twittner twittner merged commit 8bfcc3f into develop May 30, 2017
@twittner twittner deleted the teams-updates branch May 30, 2017 10:58
flokli pushed a commit that referenced this pull request Jul 1, 2020
smatting pushed a commit that referenced this pull request Apr 20, 2022
* Fixed commands to elasticsearch (missing header)
* Made restund restart section clearer
* New section about linux in general (such as netstat). More commands (looking at logs, etc) could be added here 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.

3 participants