Sorunome / mx-puppet-bridge

Puppeting library for matrix
Apache License 2.0
95 stars 29 forks source link

Strip nested replies from matrix replies #43

Closed matejdro closed 4 years ago

matejdro commented 4 years ago

When replying to another reply, bridges based on mx-puppet-bridge will copy all nested replies together with replied message.

Riot clients do not seem to handle this well, which causes issues such as https://github.com/Sorunome/mx-puppet-slack/issues/61.

This fixes the issue by stripping all nested replies before sending in new reply.