Improve handling of unlinked device during send.

This commit is contained in:
Greyson Parrelli
2026-06-15 15:59:23 -04:00
parent 5e8cebdc87
commit 8c2ff2f1c2
7 changed files with 97 additions and 11 deletions
@@ -241,5 +241,6 @@ class OtherClient(val serviceId: ServiceId, val e164: String, val identityKeyPai
override fun deleteAllStaleOneTimeKyberPreKeys(threshold: Long, minCount: Int) = throw UnsupportedOperationException()
override fun loadLastResortKyberPreKeys(): List<KyberPreKeyRecord> = throw UnsupportedOperationException()
override fun isMultiDevice(): Boolean = throw UnsupportedOperationException()
override fun setMultiDevice(isMultiDevice: Boolean) = throw UnsupportedOperationException()
}
}