mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +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
|
||||
|
||||
###
|
||||
Public: Transform the message body HTML provided in `body` and return HTML
|
||||
that should be displayed for the message.
|
||||
Public: Modify the body of the message provided. Note that you're provided
|
||||
the entire message object, but you can only change `message.body`.
|
||||
###
|
||||
@formatMessageBody: ({message}) ->
|
||||
return body
|
||||
|
||||
module.exports = MessageViewExtension
|
||||
|
|
Loading…
Reference in a new issue