zulip/static
sahil839 0b9bea4566 typeahead: Show only active users in mention typeaheads.
'get_active_message_people` function is added which returns active
users who have sent the messages that are currently showing up in
the feed.

typeahead fetches the users from 'get_active_message_people` instead
of `get_message_people` and thus shows only active users in the
mention typeahead and excludes deactivated users.

Fixes #14310
2020-04-22 16:50:24 -07:00
..
assets styles: Finish removing manual antialiasing configuration. 2019-08-30 14:51:52 -07:00
audio notifications: Add a setting for changing the notification sound. 2018-12-09 21:25:30 -08:00
generated
html static: Serve webpack bundles from the root domain. 2020-04-10 00:48:02 -07:00
images settings UI: Make the settings avatar delete/edit UI slicker. 2020-04-15 15:15:57 -07:00
js typeahead: Show only active users in mention typeaheads. 2020-04-22 16:50:24 -07:00
shared typeahead: Convert to ES6 module. 2020-02-19 14:36:42 -08:00
styles message_edit: Show error message if error edit fails. 2020-04-22 16:25:37 -07:00
templates message_edit: Show error message if error edit fails. 2020-04-22 16:25:37 -07:00
third typeahead: Close/open typeahead with searchbox. 2020-04-17 13:37:04 -07:00
.eslintrc.json lint: Delegate console.log check to ESLint. 2020-02-07 14:09:47 -08:00
.gitignore team: Generate team page data using cron job. 2020-04-08 12:52:31 -07:00
favicon.ico