Conversation
|
Failed to set assignee to
|
Urgau
left a comment
There was a problem hiding this comment.
Looks okay to me, but I haven't tested it, so I will let others take a look otherwise I will merge in the next few days.
|
thanks! Testing this is a bit tedious, but I will do that in the next couple of days @rustbot author |
| /// the future if it adds topics to direct messages). | ||
| subject: Option<String>, | ||
| /// The type of the message: stream or private. | ||
| #[allow(unused)] |
There was a problem hiding this comment.
notice that I also removed the "unused" attribute introduced in 41a793d
ddeb6f3 to
6765f22
Compare
6765f22 to
0c03e13
Compare
|
Hmm waiting on the Zulip folks to reply to a question because my tests seems to indicate that Zulip still sends the old payload. If true, this patch would break everything so I'll put it into draft status to be sure it's not merged. |
|
☔ The latest upstream changes (possibly #2344) made this pull request unmergeable. Please resolve the merge conflicts. |
The Zulip Message API has changed a little bit since we implemented our client. This patch:
type.tbh these changes are not really necessary but slightly improve the correctness of our client.
For anyone who has an opinion :)