oe4dns / tootgroup.py

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

feature request: append signature/footer #14

Closed chri2 closed 4 days ago

chri2 commented 1 week ago

When tootgroup.py re-toots a note there is no option to put the information into it who actually wrote the original toot if it is not public by itself (and even then it might need some searching).

It would be great if it'd be possible to configure a kind of footer/signature containing a placeholder for the original account name.

oe4dns commented 4 days ago

The current situation is as follows:

tootgroup.py "boosts/retoots" group posts. The originator is fully visible in this case because no new message is created.

tootgroup.py creates new posts from private messages it receives. The originator is not visible but this is intentional. This is useful if more than one person acts as an organisation, a club or whatever.

My suggestion is manually including the footer if it is desired.