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

api: Use 'direct' instead of 'private' in POST /messages, when supported #5728

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chrisbobbe
Copy link
Contributor

Fixes: #5725

@chrisbobbe chrisbobbe added P1 high-priority api migrations server release goal Things we should try to coordinate with a major Zulip Server release. labels Apr 27, 2023
@chrisbobbe chrisbobbe requested a review from gnprice April 27, 2023 19:12
@chrisbobbe
Copy link
Contributor Author

Tested by sending a 1:1 PM and a group PM on chat.zulip.org (feature level 177) and recurse.zulipchat.com (feature level 172).

(The threshold for the updated API is feature level 174.)

@gnprice gnprice removed P1 high-priority server release goal Things we should try to coordinate with a major Zulip Server release. labels Apr 27, 2023
@gnprice
Copy link
Member

gnprice commented Apr 27, 2023

Thanks!

Relabeling because this isn't a server release goal — whether or not we've done this at the time of release will be invisible to users.

chrisbobbe added a commit to chrisbobbe/zulip-mobile that referenced this pull request May 23, 2023
As mentioned in the issue, there are various variable names that
still use "private messages"; we're leaving those be for now.

PR zulip#5728 is open for a related API migration: to use 'direct'
instead of 'private' in POST /messages, when supported.

Fixes: zulip#5731
chrisbobbe added a commit to chrisbobbe/zulip-mobile that referenced this pull request May 25, 2023
As mentioned in the issue, there are various variable names that
still use "private messages"; we're leaving those be for now.

PR zulip#5728 is open for a related API migration: to use 'direct'
instead of 'private' in POST /messages, when supported.

Fixes: zulip#5731
chrisbobbe added a commit to chrisbobbe/zulip-mobile that referenced this pull request May 25, 2023
As mentioned in the issue, there are various variable names that
still use "private messages"; we're leaving those be for now.

PR zulip#5728 is open for a related API migration: to use 'direct'
instead of 'private' in POST /messages, when supported.

Fixes: zulip#5731
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Use "direct" as the message type when sending direct/private messages.
2 participants