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
Now that #20 has been merged in, and form fields are now supported, I will need to look into reworking how the internal RNS links for nomad network page downloads are handled in MeshChat, as some sites are using the link id to determine if a user is logged in.
However, since MeshChat establishes a new link for every page that loads, the link id changes, which breaks that functionality.
Should probably keep an in memory cache of established links to nodes, and use that if possible, otherwise if none exists, or it's stale/closed, establish a new link...
The text was updated successfully, but these errors were encountered:
Now that #20 has been merged in, and form fields are now supported, I will need to look into reworking how the internal RNS links for nomad network page downloads are handled in MeshChat, as some sites are using the link id to determine if a user is logged in.
However, since MeshChat establishes a new link for every page that loads, the link id changes, which breaks that functionality.
For example, the etux node app template files:
https://codeberg.org/etux/Node_App_Template/src/branch/main/login.mu#L23
f166946957ffb27d92b196df868cc20c:/page/index.mu
Should probably keep an in memory cache of established links to nodes, and use that if possible, otherwise if none exists, or it's stale/closed, establish a new link...
The text was updated successfully, but these errors were encountered: