Together-Java / TJ-Bot

TJ-Bot is a Discord Bot used on the Together Java server. It is maintained by the community, anyone can contribute.
https://togetherjava.org
GNU General Public License v3.0
100 stars 83 forks source link

bug: do not archive pinned threads (resolves #1084) #1088

Closed SimonVerhoeven closed 2 months ago

SimonVerhoeven commented 3 months ago

This change moves the check a bit earlier, so the list is filtered in a functional style. The change to the shouldBeArchived signature, is so isPinned() can be invoked.

fixes #1084