mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Send sync message when unpinning.
This commit is contained in:
@@ -406,7 +406,7 @@ class Recipient(
|
||||
private val resolved: Recipient
|
||||
get() = if (isResolving) live().resolve() else this
|
||||
|
||||
/** Convenience method to get a non-null [serviceId] hen you know it is there. */
|
||||
/** Convenience method to get a non-null [serviceId] when you know it is there. */
|
||||
fun requireServiceId(): ServiceId {
|
||||
return resolved.aciValue ?: resolved.pniValue ?: throw MissingServiceIdError(id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user