Email or username:

Password:

Forgot your password?
Top-level
marius

@grishka hmmm, good corner-case here.

I would avoid it all together by not storing the actor locally, forcing a load at display time.

But that's probably not something you want to hear. :D

No comments
Gregory

@mariusor that won't work for me. Either my pages will take seconds to load if I do that server-side or they will look weird if I do that client-side (and I want to avoid relying on JS for core functionality but rather to use it for progressive enhancement).

Still curious how Mastodon and Pleroma handle that on less-popular instances. They clearly don't do this.

Go Up