Remove JoJoke

This commit is contained in:
Karina Kwiatek 2020-04-22 15:51:45 +01:00
parent fc5c4dd00a
commit 3aa2e5899c
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ class User < ApplicationRecord
process_in_background :profile_header
before_save do
self.display_name = 'WRYYYYYYYY' if display_name == 'Dio Brando'
self.website = if website.match %r{\Ahttps?://}
website
else