mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Move normalize functions in helpers
This commit is contained in:
parent
5cf1350011
commit
938d3fa0ff
4 changed files with 26 additions and 26 deletions
|
@ -46,7 +46,7 @@ function isCommentContentValid (content: any) {
|
|||
function normalizeComment (comment: any) {
|
||||
if (!comment) return
|
||||
|
||||
if (!comment.url || typeof comment.url !== 'string') {
|
||||
if (typeof comment.url !== 'string') {
|
||||
comment.url = comment.url.href || comment.url.url
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue