0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/discourse-solved/app/models/discourse_solved
Kris 91282252cd
UX: don't include OP in "me too" shared issue counter (#40129)
This removes the topic author from the count of the "me too" button when
`Enable solved shared issues` is enabled. This is based on some feedback
in
https://meta.discourse.org/t/solved-improvements-allowing-members-to-indicate-theyre-experiencing-a-reported-issue/402498

Now when the topic is created the counter starts at 0. 

Before:
<img width="400" alt="image"
src="https://github.com/user-attachments/assets/cefb5a84-beb6-4637-95b7-b05d9989b98b"
/>


<img width="400" alt="image"
src="https://github.com/user-attachments/assets/a0154f0b-a66a-436a-aa1a-30ca1956dada"
/>




After: 
<img width="400" alt="image"
src="https://github.com/user-attachments/assets/9b633da3-f7a9-4541-8813-d2721af5efef"
/>

<img width="400" alt="image"
src="https://github.com/user-attachments/assets/24274b52-0a23-4157-b8e2-6b793ec78324"
/>
2026-05-18 13:29:53 -04:00
..
shared_issue.rb UX: don't include OP in "me too" shared issue counter (#40129) 2026-05-18 13:29:53 -04:00
solved_topic.rb DEV: Always pass --force to annotaterb and reorder annotations (#39977) 2026-05-13 14:12:48 +01:00