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
{{ message }}
This repository was archived by the owner on Mar 15, 2025. It is now read-only.
TLDR: A channel's favorites are stored in model.favoriteChannels. If one of those channels has, for whichever reason, been deleted, ember-data throws an error and we are stuck.
Because of #70
TLDR: A channel's favorites are stored in
model.favoriteChannels. If one of those channels has, for whichever reason, been deleted, ember-data throws an error and we are stuck.