mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-12-09 22:45:43 +00:00
add publishing_autoschedule
This commit is contained in:
@@ -4,5 +4,5 @@ import com.soywiz.klock.DateTime
|
||||
import dev.inmo.plaguposter.posts.models.PostId
|
||||
|
||||
interface Selector {
|
||||
suspend fun take(n: Int = 1, now: DateTime = DateTime.now()): List<PostId>
|
||||
suspend fun take(n: Int = 1, now: DateTime = DateTime.now(), exclude: List<PostId> = emptyList()): List<PostId>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user