You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The |GetLocales| function was changed to return the V1 locale. Unfortunately this broke the top sources migration, as the V1 locale for most regions is "" (the empty string). This meant when we ran the migration users would be subscribed to the Top Sources channel but only in the "" region. When switching to V2 they would get a proper locale, but they wouldn't be subscribed to sources in that region.
The fix is to only subscribe to Top Sources when the V2 flag is enabled.
The text was updated successfully, but these errors were encountered:
The |GetLocales| function was changed to return the V1 locale. Unfortunately this broke the top sources migration, as the V1 locale for most regions is "" (the empty string). This meant when we ran the migration users would be subscribed to the
Top Sources
channel but only in the "" region. When switching to V2 they would get a proper locale, but they wouldn't be subscribed to sources in that region.The fix is to only subscribe to
Top Sources
when the V2 flag is enabled.The text was updated successfully, but these errors were encountered: