boxdot / gurk-rs

Signal Messenger client for terminal
GNU Affero General Public License v3.0
456 stars 33 forks source link

Implement storing and rendering of mentions #215

Closed boxdot closed 1 year ago

boxdot commented 1 year ago

The placeholder obj tag sometimes has a space behind it and sometimes not. For now, we replace just the obj tag, which might have several spaces after it but it definitely works.

Closes #136