mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-21 10:07:52 +02:00
Removes experimental time from ThreadAssembler
This commit is contained in:
@@ -3,7 +3,6 @@ package com.vitorpamplona.amethyst.model
|
||||
import com.vitorpamplona.amethyst.service.checkNotInMainThread
|
||||
import com.vitorpamplona.quartz.events.GenericRepostEvent
|
||||
import com.vitorpamplona.quartz.events.RepostEvent
|
||||
import kotlin.time.ExperimentalTime
|
||||
import kotlin.time.measureTimedValue
|
||||
|
||||
class ThreadAssembler {
|
||||
@@ -37,7 +36,6 @@ class ThreadAssembler {
|
||||
return null
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalTime::class)
|
||||
fun findThreadFor(noteId: String): Set<Note> {
|
||||
checkNotInMainThread()
|
||||
|
||||
|
Reference in New Issue
Block a user