oe4dns / tootgroup.py

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

Hardcoded @metafunk #3

Closed LongHairedHacker closed 5 years ago

LongHairedHacker commented 5 years ago

Line 115 contains a hardcoded @metafunk as part of the regex. I'd suggest generating it from the username in my_account.

https://github.com/oe4dns/tootgroup.py/blob/master/tootgroup.py#L115

oe4dns commented 5 years ago

Oh thanks! That is indeed a yet undetected bug. To my knowledte tootgroup.py only runs the @metafunk@chaos.social account and for that it works of course.

Will be fixed!

oe4dns commented 5 years ago

Fixed