File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export default async (
9
9
params : { |
10
10
type : 'private' | 'stream' ,
11
11
to : string ,
12
+ // TODO(server-2.0): Say "topic", not "subject"
12
13
subject ?: string ,
13
14
content : string ,
14
15
localId ?: number ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import { apiPatch } from '../apiFetch';
6
6
export default async (
7
7
auth : Auth ,
8
8
params : $ReadOnly < { |
9
+ // TODO(server-2.0): Say "topic", not "subject"
9
10
subject ?: string ,
10
11
propagate_mode ?: boolean ,
11
12
content ?: string ,
Original file line number Diff line number Diff line change @@ -487,6 +487,7 @@ export type MessageEdit = $ReadOnly<{|
487
487
prev_content ? : string ,
488
488
prev_rendered_content ? : string ,
489
489
prev_rendered_content_version ? : number ,
490
+ // TODO(server-5.0): Say "topic", not "subject"
490
491
prev_subject ? : string ,
491
492
timestamp : number ,
492
493
user_id : UserId ,
You can’t perform that action at this time.
0 commit comments