From: Antonio Ospite Date: Tue, 13 Nov 2018 15:14:09 +0000 (+0100) Subject: Add option to enable or disable showing usernames in RSS items X-Git-Tag: v1.4.0~9 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/01dfd03d97afd0d5d06a36af37d96892905340ad?hp=01dfd03d97afd0d5d06a36af37d96892905340ad Add option to enable or disable showing usernames in RSS items Tweeper shows usernames by default in items created from multi-user sites like Twitter or Instagram. This is because the main use case is to aggregate multiple feeds in the same viewer, and in this scenario having some info about where the messages is coming from can be useful. However sometimes tweeper can be used to track one single feed and in this case having always the same username repeated over and over is unnecessary. Make showing the username optional, but keep the current behavior as default. NOTE: for Twitter keep always showing the username in case of retweets ($screen-name != $user-name). ---