Node: fix compilation after changes

This commit is contained in:
ganfra 2023-06-12 11:39:28 +02:00
parent 3ba219c975
commit a52db06546
2 changed files with 10 additions and 10 deletions

View file

@ -68,8 +68,8 @@ class RoomFlowNode @AssistedInject constructor(
) {
interface LifecycleCallback : NodeLifecycleCallback {
fun onFlowCreated(owner: String, room: MatrixRoom) = Unit
fun onFlowReleased(owner: String, room: MatrixRoom) = Unit
fun onFlowCreated(identifier: String, room: MatrixRoom) = Unit
fun onFlowReleased(identifier: String, room: MatrixRoom) = Unit
}
data class Inputs(