mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: Remove notify user topic from share modal (#16085)
This feature was rarely used, could be used for spamming users and was impossible to add a context to why the user was notified of a topic. A simple private messages that includes the link and personalized message can be used instead.
This commit is contained in:
parent
b21bf840cb
commit
e3b4998efc
7 changed files with 0 additions and 180 deletions
|
@ -848,7 +848,6 @@ Discourse::Application.routes.draw do
|
|||
post "t/:topic_id/timings" => "topics#timings", constraints: { topic_id: /\d+/ }
|
||||
post "t/:topic_id/invite" => "topics#invite", constraints: { topic_id: /\d+/ }
|
||||
post "t/:topic_id/invite-group" => "topics#invite_group", constraints: { topic_id: /\d+/ }
|
||||
post "t/:topic_id/invite-notify" => "topics#invite_notify", constraints: { topic_id: /\d+/ }
|
||||
post "t/:topic_id/move-posts" => "topics#move_posts", constraints: { topic_id: /\d+/ }
|
||||
post "t/:topic_id/merge-topic" => "topics#merge_topic", constraints: { topic_id: /\d+/ }
|
||||
post "t/:topic_id/change-owner" => "topics#change_post_owners", constraints: { topic_id: /\d+/ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue