Skip to content

Commit 4d3381a

Browse files
committed
private all
1 parent d173090 commit 4d3381a

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/ru/spliterash/vkVideoUnlocker/video/dto

1 file changed

+2
-1
lines changed

src/main/java/ru/spliterash/vkVideoUnlocker/video/dto/FullVideo.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ class FullVideo(
2828
}
2929

3030
suspend fun shouldBeLocked(withJoin: Boolean): Boolean {
31-
return status(withJoin) != GroupStatus.PUBLIC
31+
return true
32+
// return status(withJoin) != GroupStatus.PUBLIC
3233
}
3334

3435
fun toAccessor(): AdvancedVideoAccessor {

0 commit comments

Comments
 (0)