mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 03:17:30 -06:00
rename some of the text functions for clarity
This commit is contained in:
parent
a05d4bac53
commit
c8556cfd97
16 changed files with 145 additions and 124 deletions
|
|
@ -122,7 +122,7 @@ func (p *Processor) Create(
|
|||
Username: form.Username,
|
||||
Email: form.Email,
|
||||
Password: form.Password,
|
||||
Reason: text.RemoveHTML(reason),
|
||||
Reason: text.StripHTMLFromText(reason),
|
||||
SignUpIP: form.IP,
|
||||
Locale: form.Locale,
|
||||
AppID: app.ID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue