Add new subscription multi device sync message.

This commit is contained in:
Alex Hart
2021-11-30 13:59:25 -04:00
committed by Greyson Parrelli
parent 9f9bf3c604
commit ae1f834619
10 changed files with 99 additions and 6 deletions

View File

@@ -967,6 +967,9 @@ public final class MessageContentProcessor {
case STORAGE_MANIFEST:
StorageSyncHelper.scheduleSyncForDataChange();
break;
case SUBSCRIPTION_STATUS:
warn(TAG, "Dropping subscription status fetch message.");
break;
default:
warn(TAG, "Received a fetch message for an unknown type.");
}