diff --git a/desktopApp/src/jvmMain/kotlin/com/vitorpamplona/amethyst/desktop/model/DesktopIAccount.kt b/desktopApp/src/jvmMain/kotlin/com/vitorpamplona/amethyst/desktop/model/DesktopIAccount.kt index 9aa168906..d0815562c 100644 --- a/desktopApp/src/jvmMain/kotlin/com/vitorpamplona/amethyst/desktop/model/DesktopIAccount.kt +++ b/desktopApp/src/jvmMain/kotlin/com/vitorpamplona/amethyst/desktop/model/DesktopIAccount.kt @@ -120,7 +120,7 @@ class DesktopIAccount( override val chatroomList: ChatroomList = ChatroomList(accountState.pubKeyHex) override val marmotGroupList = com.vitorpamplona.amethyst.commons.model.marmotGroups - .MarmotGroupList() + .MarmotGroupList(signer.pubKey) override val nip47SignerState: INwcSignerState = object : INwcSignerState {