mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
Reify skeleton person objects that local echo creates when sending out-of-realm PMs
(imported from commit c0fcdba736f1270d8c05d00546444ee539301877)
This commit is contained in:
@@ -154,7 +154,7 @@ function insert_local_message(message_request, local_id) {
|
||||
if (person !== undefined) {
|
||||
return person;
|
||||
}
|
||||
return {email: email, full_name: email};
|
||||
return {email: email, full_name: email, skeleton: true};
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user