-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide first-time or spam replied-comments (#9381)
* Hide replied comments which are spam or first time comment * Added replied comment moderation tests
- Loading branch information
1 parent
cc753d5
commit 9ba8f6d
Showing
4 changed files
with
113 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -275,3 +275,16 @@ user_without_tag_subscriptions: | |
bio: '' | ||
created_at: <%= Time.now %> | ||
updated_at: <%= Time.now %> | ||
|
||
sushmita: | ||
username: sushmita | ||
status: 1 | ||
email: [email protected] | ||
id: 23 | ||
last_request_at: <%= Time.now %> | ||
password_salt: <%= salt = Authlogic::Random.hex_token %> | ||
crypted_password: <%= Authlogic::CryptoProviders::Sha512.encrypt("secretive" + salt) %> | ||
persistence_token: <%= Authlogic::Random.hex_token %> | ||
bio: '' | ||
created_at: <%= Time.now %> | ||
updated_at: <%= Time.now %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters