This diff replaces references to inbox and inbox_uid that referred to the company name, not the actual Inbox. (About half of the occurrences of inbox_uid DO refer to the inbox.) This confused me for a few minutes when reviewing some draft sync code.
To avoid any schema level changes I just alias the inbox_uid of the Message object to nylas_uid.
Summary:
This diff replaces references to inbox and inbox_uid that referred to the company name, not the actual Inbox. (About half of the occurrences of inbox_uid DO refer to the inbox.) This confused me for a few minutes when reviewing some draft sync code.
To avoid any schema level changes I just alias the inbox_uid of the Message object to nylas_uid.
Corresponding EAS changes are in: https://github.com/nylas/sync-engine-eas/pull/1
Test Plan: Run existing tests