munierujp / direct_helper

ビジネスチャットツールdirectに便利な機能を追加するChrome拡張
https://chrome.google.com/webstore/detail/direct-helper/fhbllgfoempopcijliicheinpdbohdic
8 stars 0 forks source link

システムメッセージのメッセージ種別が取得できない #35

Closed munierujp closed 7 years ago

munierujp commented 7 years ago

What

システムメッセージのメッセージ種別が取得できない。

Why

システムメッセージはどのメッセージ種別にも当てはまらず、getMessageType()undefinedを返すため。

How

MessageTypesSYSTEM("msg-type-system")を追加するか、getMessageType()undefinedを返した場合にメッセージ関連処理を中断する。