mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
ts: Migrate user_status module to TypeScript.
Also removed an defensive if check from `emoji.ts` since it is not needed now that we have `emoji.ts` converted to TypeScript.
This commit is contained in:
committed by
Tim Abbott
parent
951e31a154
commit
dcf45da09c
@@ -270,7 +270,7 @@ EXEMPT_FILES = make_set(
|
||||
"web/src/user_profile.js",
|
||||
"web/src/user_settings.ts",
|
||||
"web/src/user_sort.js",
|
||||
"web/src/user_status.js",
|
||||
"web/src/user_status.ts",
|
||||
"web/src/user_status_ui.js",
|
||||
"web/src/user_topic_popover.js",
|
||||
"web/src/user_topics.ts",
|
||||
|
||||
Reference in New Issue
Block a user