mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-09 01:29:25 +00:00
Merge branch 'fix-get-replies' into 'master'
Fix getReplies in source.js See merge request videostreaming/grayjay!102
This commit is contained in:
commit
6962a0547a
1 changed files with 2 additions and 0 deletions
|
@ -595,6 +595,8 @@ class PlatformComment {
|
||||||
this.date = obj.date ?? 0;
|
this.date = obj.date ?? 0;
|
||||||
this.replyCount = obj.replyCount ?? 0;
|
this.replyCount = obj.replyCount ?? 0;
|
||||||
this.context = obj.context ?? {};
|
this.context = obj.context ?? {};
|
||||||
|
if(obj.getReplies)
|
||||||
|
this.getReplies = obj.getReplies;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue