mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Convert Recipient to kotlin.
This commit is contained in:
@@ -18,7 +18,7 @@ class LogSectionStories : LogSection {
|
||||
val output = StringBuilder()
|
||||
output.append("--- My Story\n\n")
|
||||
|
||||
if (Recipient.isSelfSet()) {
|
||||
if (Recipient.isSelfSet) {
|
||||
val myStoryRecord = SignalDatabase.distributionLists.getList(DistributionListId.MY_STORY)
|
||||
val myStoryRecipientId = SignalDatabase.distributionLists.getRecipientId(DistributionListId.MY_STORY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user