mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:22 +08:00
DEV: Remove comment that links to a private topic.
Not going to be useful for other developers.
This commit is contained in:
parent
c5a70eca6e
commit
6111b285d9
|
@ -269,8 +269,6 @@ class UsersController < ApplicationController
|
|||
usernames -= groups
|
||||
usernames.each(&:downcase!)
|
||||
|
||||
# Create a New Topic Scenario is not supported (per conversation with codinghorror)
|
||||
# https://meta.discourse.org/t/taking-another-1-7-release-task/51986/7
|
||||
cannot_see = []
|
||||
topic_id = params[:topic_id]
|
||||
unless topic_id.blank?
|
||||
|
|
Loading…
Reference in New Issue
Block a user