Skip to content

Commit 33ab7a4

Browse files
authored
[Messaging] Change notification to allow same id (#1910)
1 parent f635682 commit 33ab7a4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

messaging/src/common.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ void NotifyListenerOnRegistrationReceived(const char* installationId) {
172172
return;
173173
}
174174
MutexLock lock(g_listener_lock);
175-
if (g_prev_registration_received &&
176-
*g_prev_registration_received == installationId) {
177-
return;
178-
}
179-
180175
if (!g_prev_registration_received)
181176
g_prev_registration_received = new std::string;
182177
*g_prev_registration_received = installationId;

0 commit comments

Comments
 (0)