зеркало из https://github.com/mozilla/snowl.git
correctly retrieve content for message being retrieved from storage
This commit is contained in:
Родитель
09542e6020
Коммит
2cd5051b8b
|
@ -99,8 +99,8 @@ SnowlMessage.retrieve = function(id) {
|
|||
statement.reset();
|
||||
}
|
||||
|
||||
this.summary = this._getPart(PART_TYPE_SUMMARY);
|
||||
this.content = this._getPart(PART_TYPE_CONTENT);
|
||||
message.summary = message._getPart(PART_TYPE_SUMMARY);
|
||||
message.content = message._getPart(PART_TYPE_CONTENT);
|
||||
|
||||
return message;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче