You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only option to check whether the comment author is also the video creator is to fetch the video details. This is done for example here in the client. In some cases this is not wanted due to additional requests being necessary, e.g. when handling comments separately (as done in NewPipeExtractor).
Describe the solution you would like
Expose whether a comment creator is the video creator with a new field in comment objects or their dedicated author objects for all comments GET requests. This field could be named isVideoAuthor or something similar.
The text was updated successfully, but these errors were encountered:
Describe the problem to be solved
Currently, the only option to check whether the comment author is also the video creator is to fetch the video details. This is done for example here in the client. In some cases this is not wanted due to additional requests being necessary, e.g. when handling comments separately (as done in NewPipeExtractor).
Describe the solution you would like
Expose whether a comment creator is the video creator with a new field in
comment
objects or their dedicatedauthor
objects for all comments GET requests. This field could be namedisVideoAuthor
or something similar.The text was updated successfully, but these errors were encountered: