mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
web: Add explicit extensions to imports.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
4e8d028c49
commit
ec3177c834
@@ -2,9 +2,9 @@ import type {DebouncedFunc} from "lodash";
|
||||
import _ from "lodash";
|
||||
import {z} from "zod";
|
||||
|
||||
import * as channel from "./channel";
|
||||
import type {Message} from "./message_store";
|
||||
import * as starred_messages from "./starred_messages";
|
||||
import * as channel from "./channel.ts";
|
||||
import type {Message} from "./message_store.ts";
|
||||
import * as starred_messages from "./starred_messages.ts";
|
||||
|
||||
export function send_flag_update_for_messages(msg_ids: number[], flag: string, op: string): void {
|
||||
void channel.post({
|
||||
|
||||
Reference in New Issue
Block a user