mirror of https://github.com/zulip/zulip.git
echo: Update build_display_recipient comment.
Commit c6b3d0212d
(#12959) moved the
code it refers to.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
839b04a253
commit
9d11f2c8fc
|
@ -148,7 +148,7 @@ export function build_display_recipient(message) {
|
|||
// NORMAL PATH
|
||||
//
|
||||
// This should match the format of display_recipient
|
||||
// objects generated by the backend code in models.py,
|
||||
// objects generated by the backend code in display_recipient.py,
|
||||
// which is why we create a new object with a `.id` field
|
||||
// rather than a `.user_id` field.
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue