oe4dns / tootgroup.py

Emulate group accounts on Mastodon and Pleroma
GNU General Public License v3.0
16 stars 7 forks source link

filter out double mention at the beginning of toot #1

Closed Hetti closed 5 years ago

Hetti commented 5 years ago

If people put another same mention at the beginning of the toot, it should be filtered out. Example: https://chaos.social/@metafunk/100577638047851199 should filter one of the two @metafunk mentions out

oe4dns commented 5 years ago

I was already thinking about filtering out the @mention completely but decided against it. It should only show as many @mentions as where in the original DM - will test and think about how to improve!

oe4dns commented 5 years ago

The mention is now completely filtered out in direct messages that will appear as genuine toots from the group.

Public mentions are just retootet - nothing can be changed in that case.