jacobwb / hashover-next

This branch will be HashOver 2.0
GNU Affero General Public License v3.0
420 stars 87 forks source link

Fix comment thread name in moderation #324

Open da2x opened 2 years ago

da2x commented 2 years ago

The moderation page gets the correct threadName, and passes it along as a GET to threads.php. However, editing failed to read the comments because it used the default threadName derived from the URL instead of the custom one. Not sure why comment-info uses the wrong threadName here, though.