Reset default avatar from "mm" to "" (#1485)

Co-authored-by: cetr <2058930674@qq.com>
pull/1504/head
知雨 2021-09-21 15:52:44 +08:00 committed by GitHub
parent c4008b9333
commit 8f35382c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public enum CommentProperties implements PropertyEnum {
/** /**
* The default gravatar type. * The default gravatar type.
*/ */
GRAVATAR_DEFAULT("comment_gravatar_default", String.class, "mm"), GRAVATAR_DEFAULT("comment_gravatar_default", String.class, ""),
/** /**
* Does it need to be checked. * Does it need to be checked.