mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(store): do not return when original body is null
This commit is contained in:
parent
5d4c1b96a9
commit
c20673d3a3
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ class MessageBodyProcessor
|
|||
|
||||
process: (message) =>
|
||||
body = message.body
|
||||
return "" unless body
|
||||
|
||||
key = @_key(message)
|
||||
if @_recentlyProcessedD[key]
|
||||
return @_recentlyProcessedD[key].body
|
||||
|
|
Loading…
Reference in a new issue