Skip to content

Commit d6b5d47

Browse files
authoredJul 28, 2017
Merge pull request #473 from apptentive/fix-legacy-token
Look for legacyToken, not token, on migrated convo
2 parents 2b26ef3 + a812a69 commit d6b5d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Apptentive/Apptentive/Engagement/Model/ApptentiveConversationManager.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ - (ApptentiveConversation *)loadConversation {
153153

154154
[Apptentive.shared.backend migrateLegacyCoreDataAndTaskQueueForConversation:legacyConversation conversationDirectoryPath:[self conversationContainerPathForDirectoryName:legacyConversation.directoryName]];
155155

156-
if (legacyConversation.token) {
156+
if (legacyConversation.legacyToken) {
157157
[self fetchLegacyConversation:legacyConversation];
158158

159159
[self migrateEngagementManifest];

0 commit comments

Comments
 (0)
Please sign in to comment.