Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Messenger url for messages
Browse files Browse the repository at this point in the history
  • Loading branch information
indywidualny committed Apr 30, 2016
1 parent 9c4f284 commit 0eba557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class NotificationsService extends Service {
private static final String NOTIFICATIONS_URL_BACKUP = "https://web.facebook.com/notifications";
private static final String MESSAGES_URL = "https://m.facebook.com/messages";
private static final String MESSAGES_URL_BACKUP = "https://mobile.facebook.com/messages";
private static final String NOTIFICATION_MESSAGE_URL = "https://m.facebook.com/messages";
private static final String NOTIFICATION_MESSAGE_URL = "https://www.messenger.com/login";

// number of trials during notifications or messages checking
private static final int MAX_RETRY = 3;
Expand Down

0 comments on commit 0eba557

Please sign in to comment.