Commit 6921a304 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Do not truncate tables on initialize for those subscribers. By doing that way,...

Do not truncate tables on initialize for those subscribers. By doing that way, the RealmUser tables were being deleted from Realm which was causing the message-user relationships to sink
parent 1ec0835c
......@@ -20,7 +20,7 @@ abstract class AbstractBaseSubscriber extends AbstractDDPDocEventSubscriber {
@Override
protected final boolean shouldTruncateTableOnInitialize() {
return true;
return false;
}
protected abstract String getSubscriptionCallbackName();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment