superseriousbusiness / gotosocial

Fast, fun, small ActivityPub server.
https://docs.gotosocial.org
GNU Affero General Public License v3.0
3.7k stars 316 forks source link

[bugfix] Hoist filterable text field extraction out of loop #3297

Closed VyrCossont closed 1 week ago

VyrCossont commented 2 weeks ago

Description

This doesn't change within the loop, so there's no point in repeating it. This should make filter processing faster in the common case where a user has more than one applicable filter.

Discovered while investigating #3128

Checklist