Skip to content

Commit df520f2

Browse files
committed
map declined_elsewhere to ios reason remoteended
1 parent 5dfb256 commit df520f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const CONSTANTS = {
1212
REMOTE_ENDED: 2,
1313
UNANSWERED: 3,
1414
ANSWERED_ELSEWHERE: 4,
15-
DECLINED_ELSEWHERE: 5 //only works on ios
15+
DECLINED_ELSEWHERE: isIOS ? 2 : 5 // make declined elsewhere link to "Remote ended" because that's kinda true
1616
}
1717
};
1818

0 commit comments

Comments
 (0)