Add comments to relevant sections denoting "create new topic" scenario is not supported for cannot-see-mention (per @coding-horror instruction)

This commit is contained in:
cpradio
2016-11-16 06:26:36 -05:00
parent a6b86036ca
commit c3d4c949f1
3 changed files with 6 additions and 0 deletions

View File

@ -242,6 +242,8 @@ 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?