There was an error while loading. Please reload this page.
1 parent f635682 commit 33ab7a4Copy full SHA for 33ab7a4
1 file changed
messaging/src/common.cc
@@ -172,11 +172,6 @@ void NotifyListenerOnRegistrationReceived(const char* installationId) {
172
return;
173
}
174
MutexLock lock(g_listener_lock);
175
- if (g_prev_registration_received &&
176
- *g_prev_registration_received == installationId) {
177
- return;
178
- }
179
-
180
if (!g_prev_registration_received)
181
g_prev_registration_received = new std::string;
182
*g_prev_registration_received = installationId;
0 commit comments