mirror of https://github.com/zulip/zulip.git
openapi: Fix description for stream creation event.
This commit updates description for stream creation event to mention that the event is also sent when user gains access to a stream either due to being subscribed to it or if a private stream is made public.
This commit is contained in:
parent
b13f6a6127
commit
2c02d94b85
|
@ -1168,6 +1168,11 @@ paths:
|
|||
the new stream exists (for private streams, only subscribers and
|
||||
organization administrators will receive this event).
|
||||
|
||||
This event is also sent when a user gains access to a stream they
|
||||
previously [could not access](/help/stream-permissions), such as
|
||||
when a private stream is made public, or when a user is subscribed
|
||||
to a private stream.
|
||||
|
||||
Note that organization administrators who are not subscribed will
|
||||
not be able to see content on the stream; just that it exists.
|
||||
properties:
|
||||
|
|
Loading…
Reference in New Issue