mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
There was no benefit to our various link processors all doing independent scans through the list of messages, and this makes it much easier to understand the logic of how each link will be handled, and also makes policies like "don't process links if there are more than 5 of then" easier to implement coherently. (imported from commit 4affdeab889ba89b99eec905fdf871e78bbc3dd4)