Commiting

This commit is contained in:
mgabdev
2020-11-25 15:22:37 -06:00
parent fb612f60c8
commit b4e370d3d3
136 changed files with 4171 additions and 3231 deletions

View File

@@ -66,9 +66,9 @@ module GabSocial
say("Imported #{imported}, skipped #{skipped}, failed to import #{failed}", color(imported, skipped, failed))
end
desc 'purge', 'Remove all custom emoji'
desc 'purge', 'Remove all custom remote emoji'
def purge
CustomEmoji.in_batches.destroy_all
CustomEmoji.remote.in_batches.destroy_all
say('OK', :green)
end