diff --git a/js/models/conversations.js b/js/models/conversations.js index 5a9617a75..0cc956d7b 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -767,7 +767,7 @@ return !!this.get('secondaryStatus'); }, getPrimaryDevicePubKey() { - return this.get('getPrimaryDevicePubKey') || this.id; + return this.get('primaryDevicePubKey') || this.id; }, async setSecondaryStatus(newStatus, primaryDevicePubKey) { if (this.get('secondaryStatus') !== newStatus) {