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
Regarding state, I wasn't overly keen on using state since it seems kind of useless and waste of overheads, but it certainly could have a dictionary or something for modules to store some data in. Maybe there should be an API for modules to have access to in-memory key/value store thing. I suppose modules could use their own dictionary or something.
I use database to store last seen youtube URL and will use it for last seen normal URL so I don't think it would be terrible to use it for last user calculation either.
Allow for the following:
Some quick thoughts:
The text was updated successfully, but these errors were encountered: