В модуле reviewables обнаружена ошибка: при репорте буста ссылка ведёт на тему, а не на конкретное сообщение, что затрудняет поиск буста, если в теме много сообщений.
Данный коммит добавляет target_url, чтобы ссылка вела на конкретное сообщение, а не на тему.
До:
После:
Также добавлены соответствующие спецификации.
main ← small-lovely-cat:fix-boost-links-reviewables
approved 08:32AM - 24 Jun 26 UTC
There exists a bug in the reviewables, when a boost is reported, the link of it … is pointed to the topic rather than the specific post, which makes finding the boost difficult when there are large number of posts in the topic.
This commit add `target_url` so that the link is pointed to the specific post of the boost rather than the topic.
Before:
<img width="1918" height="851" alt="image" src="https://github.com/user-attachments/assets/5fd2b43f-4ab2-4e09-bd52-39caaa7e3ec4" />
After:
<img width="1927" height="871" alt="image" src="https://github.com/user-attachments/assets/4203c770-1013-4747-8940-831d12924081" />
Also added some spec to it.
3 лайка
nat
(Natalie T)
24.Июнь.2026 09:32:46
2
Спасибо за ваш вклад ещё раз, наш коллега @zogstrip принял ваш PR