We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d173090 commit 4d3381aCopy full SHA for 4d3381a
src/main/java/ru/spliterash/vkVideoUnlocker/video/dto/FullVideo.kt
@@ -28,7 +28,8 @@ class FullVideo(
28
}
29
30
suspend fun shouldBeLocked(withJoin: Boolean): Boolean {
31
- return status(withJoin) != GroupStatus.PUBLIC
+ return true
32
+// return status(withJoin) != GroupStatus.PUBLIC
33
34
35
fun toAccessor(): AdvancedVideoAccessor {
0 commit comments