mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-17 09:25:50 +00:00
Remove unused perma deleted text
This commit is contained in:
parent
07bad4c4c3
commit
0613cf8384
@ -103,9 +103,6 @@ impl Post {
|
||||
mut conn: impl DbConn,
|
||||
for_creator_id: PersonId,
|
||||
) -> Result<Vec<Self>, Error> {
|
||||
let _perma_deleted = "*Permananently Deleted*";
|
||||
let _perma_deleted_url = "https://deleted.com";
|
||||
|
||||
diesel::update(post.filter(creator_id.eq(for_creator_id)))
|
||||
.set((
|
||||
name.eq(DELETED_REPLACEMENT_TEXT),
|
||||
|
Loading…
Reference in New Issue
Block a user