Files
zulip/static/js
Steve Howell 65b51ae3bd subscribers: Extract subscriber_api.
This simplifies some of our dependencies.

As an example, we really don't want compose.js
to depend on stream_subscribers_ui.js, since
the former doesn't use any actual UI code from
the latter.

We also rename the two functions here:

    invite_user_to_stream -> add_user_ids_to_stream
    remove_user_from_stream -> remove_user_id_from_stream

(The notion of "inviting" somebody to a stream is
somewhat misleading, since there is really no invitation
mechanism; you just add them.)

Apart from naming changes this is a verbatim code move.

Finally, we eliminate a little bit of test cruft--the
`override` helper already ensures that a function gets
called at least once during a test.
2022-02-22 16:29:36 -08:00
..
2022-02-07 18:51:06 -08:00
2021-07-05 17:04:06 -07:00
2022-02-07 18:51:06 -08:00
2021-11-01 11:07:01 -07:00
2022-01-28 11:51:29 -08:00
2022-02-07 18:51:06 -08:00
2022-02-07 18:51:06 -08:00
2022-02-07 18:51:06 -08:00
2022-02-07 18:51:06 -08:00
2021-12-03 14:33:53 -08:00
2021-10-19 16:51:13 -07:00
2021-05-18 17:33:51 -07:00