poppingmoon / aria

A cross-platform Misskey client built with Flutter
https://misskey.io/@aria_app
GNU Affero General Public License v3.0
141 stars 5 forks source link

hide renotes that are younger than time x when original note or previous renote was shown in user timeline #352

Open foss- opened 3 months ago

foss- commented 3 months ago

Summary

Hide (optionally?) renotes that are younger than time x when original note or previous renote was shown in user timeline.

Purpose

Idea would be to prevent showing "popular" renotes over and over again. Those are of no value to the user as they already saw the note. This would add some sanity by hiding additional renotes when a renote (or the original note) were already in the timeline x hours ago.

Do you want to implement this feature yourself?