matrix-hacks / matrix-puppet-bridge

Facilitates implementation of double puppeted Matrix bridges
80 stars 28 forks source link

Handle m.notice messages #44

Closed cdknight closed 5 years ago

cdknight commented 5 years ago

Messages with msgtype of m.notice should be handled just like m.text.

thomas-profitt commented 5 years ago

Thanks!!

In the future, we may want to expose m.notice to the bridge implementation, so they can treat it specially if they want to, but simply treating it as text is absolutely better than ignoring it.