@@ -99,6 +99,7 @@ func setupEcho() *echo.Echo {
confGroup.GET("/new_topic", ui.AmWrap(NewTopicForm))
confGroup.POST("/new_topic", ui.AmWrap(NewTopic))
confGroup.GET("/r/:topic", ui.AmWrap(ReadPosts))
confGroup.POST("/r/:topic", ui.AmWrap(PostInTopic))
return e
}
The note is not visible to the blocked user.