mirror of https://github.com/zulip/zulip.git
api-docs: Update API feature level 249 documentation.
Updates the API changelog entry and changes notes for feature level
249 to match other API updates to narrow filters, and links to the
help center article on emoji reactions in these notes.
Feature level 249 changes were originally in commit c3408b56f0
.
This commit is contained in:
parent
89127dadd6
commit
b45c5a30c8
|
@ -61,10 +61,13 @@ format used by the Zulip server that they are interacting with.
|
||||||
|
|
||||||
**Feature level 249**
|
**Feature level 249**
|
||||||
|
|
||||||
* [`GET /messages`](/api/get-messages), [`GET
|
* [`GET /messages`](/api/get-messages),
|
||||||
/messages/matches_narrow`](/api/check-messages-match-narrow): Added
|
[`GET /messages/matches_narrow`](/api/check-messages-match-narrow),
|
||||||
new `has:reaction` search operator, matching messages with at least
|
[`POST /messages/flags/narrow`](/api/update-message-flags-for-narrow),
|
||||||
one emoji reaction.
|
[`POST /register`](/api/register-queue):
|
||||||
|
Added support for a new [search/narrow filter](/api/construct-narrow),
|
||||||
|
`has:reaction`, which returns messages with at least one [emoji
|
||||||
|
reaction](/help/emoji-reactions).
|
||||||
|
|
||||||
**Feature level 248**
|
**Feature level 248**
|
||||||
|
|
||||||
|
|
|
@ -58,9 +58,9 @@ operator is an alias for the `streams` operator. Both `channel` and
|
||||||
`channels` return the same exact results as `stream` and `streams`
|
`channels` return the same exact results as `stream` and `streams`
|
||||||
respectively.
|
respectively.
|
||||||
|
|
||||||
In Zulip 9.0 (feature level 249), narrows gained support
|
In Zulip 9.0 (feature level 249), support was added for a new filter,
|
||||||
for a new filter `has:reaction`. This allows clients to retrieve only
|
`has:reaction`, which returns messages that have at least one [emoji
|
||||||
messages that have at least one reaction.
|
reaction](/help/emoji-reactions).
|
||||||
|
|
||||||
In Zulip 7.0 (feature level 177), support was added
|
In Zulip 7.0 (feature level 177), support was added
|
||||||
for three filters related to direct messages: `is:dm`, `dm` and
|
for three filters related to direct messages: `is:dm`, `dm` and
|
||||||
|
|
|
@ -6208,8 +6208,9 @@ paths:
|
||||||
which are aliases for (and return the same results as) the `stream` and
|
which are aliases for (and return the same results as) the `stream` and
|
||||||
`streams` filters respectively.
|
`streams` filters respectively.
|
||||||
|
|
||||||
In Zulip 9.0 (feature level 249), added new `has:reaction`
|
In Zulip 9.0 (feature level 249), narrows gained support for a new
|
||||||
filter, matching messages with at least one emoji reaction.
|
filter, `has:reaction`, which returns messages with at least one
|
||||||
|
[emoji reaction](/help/emoji-reactions).
|
||||||
|
|
||||||
In Zulip 7.0 (feature level 177), narrows gained support
|
In Zulip 7.0 (feature level 177), narrows gained support
|
||||||
for three new filters related to direct messages: `is:dm`, `dm` and
|
for three new filters related to direct messages: `is:dm`, `dm` and
|
||||||
|
@ -7086,8 +7087,9 @@ paths:
|
||||||
which are aliases for (and return the same results as) the `stream` and
|
which are aliases for (and return the same results as) the `stream` and
|
||||||
`streams` filters respectively.
|
`streams` filters respectively.
|
||||||
|
|
||||||
In Zulip 9.0 (feature level 249), added new `has:reaction`
|
In Zulip 9.0 (feature level 249), narrows gained support for a new
|
||||||
filter, matching messages with at least one emoji reaction.
|
filter, `has:reaction`, which returns messages with at least one
|
||||||
|
[emoji reaction](/help/emoji-reactions).
|
||||||
|
|
||||||
In Zulip 7.0 (feature level 177), narrows gained support
|
In Zulip 7.0 (feature level 177), narrows gained support
|
||||||
for three new filters related to direct messages: `is:dm`, `dm` and
|
for three new filters related to direct messages: `is:dm`, `dm` and
|
||||||
|
@ -7518,8 +7520,9 @@ paths:
|
||||||
which are aliases for (and return the same results as) the `stream` and
|
which are aliases for (and return the same results as) the `stream` and
|
||||||
`streams` filters respectively.
|
`streams` filters respectively.
|
||||||
|
|
||||||
In Zulip 9.0 (feature level 249), added new `has:reaction`
|
In Zulip 9.0 (feature level 249), narrows gained support for a new
|
||||||
filter, matching messages with at least one emoji reaction.
|
filter, `has:reaction`, which returns messages with at least one
|
||||||
|
[emoji reaction](/help/emoji-reactions).
|
||||||
|
|
||||||
In Zulip 7.0 (feature level 177), narrows gained support
|
In Zulip 7.0 (feature level 177), narrows gained support
|
||||||
for three new filters related to direct messages: `is:dm`, `dm` and
|
for three new filters related to direct messages: `is:dm`, `dm` and
|
||||||
|
@ -21557,8 +21560,9 @@ components:
|
||||||
which are aliases for (and return the same results as) the `stream` and
|
which are aliases for (and return the same results as) the `stream` and
|
||||||
`streams` filters respectively.
|
`streams` filters respectively.
|
||||||
|
|
||||||
In Zulip 9.0 (feature level 249), added new `has:reaction`
|
In Zulip 9.0 (feature level 249), narrows gained support for a new
|
||||||
filter, matching messages with at least one emoji reaction.
|
filter, `has:reaction`, which returns messages with at least one
|
||||||
|
[emoji reaction](/help/emoji-reactions).
|
||||||
|
|
||||||
In Zulip 7.0 (feature level 177), narrows gained support
|
In Zulip 7.0 (feature level 177), narrows gained support
|
||||||
for three new filters related to direct messages: `is:dm`, `dm` and
|
for three new filters related to direct messages: `is:dm`, `dm` and
|
||||||
|
|
Loading…
Reference in New Issue