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
Currently the preferred service (SMS or iMessage) is stored in memory. This should be moved to a database. Thinking SQLite would work nicely until there is a better client server break (#2) where moving to a more scaleable db would make more sense.
Currently the preferred service (SMS or iMessage) is stored in memory. This should be moved to a database. Thinking SQLite would work nicely until there is a better client server break (#2) where moving to a more scaleable db would make more sense.
Likely would be good to use https://github.com/typeorm/typeorm or something like it to be safer with any db moves in the future.
The text was updated successfully, but these errors were encountered: