mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 10:11:25 +08:00
fix(message-extension): Exception in base class
This commit is contained in:
parent
797c043802
commit
43a3646cd3
1 changed files with 2 additions and 3 deletions
|
@ -25,10 +25,9 @@ Section: Extensions
|
||||||
class MessageViewExtension
|
class MessageViewExtension
|
||||||
|
|
||||||
###
|
###
|
||||||
Public: Transform the message body HTML provided in `body` and return HTML
|
Public: Modify the body of the message provided. Note that you're provided
|
||||||
that should be displayed for the message.
|
the entire message object, but you can only change `message.body`.
|
||||||
###
|
###
|
||||||
@formatMessageBody: ({message}) ->
|
@formatMessageBody: ({message}) ->
|
||||||
return body
|
|
||||||
|
|
||||||
module.exports = MessageViewExtension
|
module.exports = MessageViewExtension
|
||||||
|
|
Loading…
Reference in a new issue