mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
New User Education goes through a server side ComposerMessages check. Composer message for users
who don't have avatars.
This commit is contained in:
@ -177,11 +177,6 @@ class PostsController < ApplicationController
|
||||
render_serialized(post.replies, PostSerializer)
|
||||
end
|
||||
|
||||
# Returns the "you're creating a post education"
|
||||
def education_text
|
||||
|
||||
end
|
||||
|
||||
def bookmark
|
||||
post = find_post_from_params
|
||||
if current_user
|
||||
|
Reference in New Issue
Block a user