Sigafoos / journal-links

A module for Foundry VTT that links entities (journal entries, actors and items) that reference each other
MIT License
5 stars 5 forks source link

Not all links generate #7

Closed Sigafoos closed 4 years ago

Sigafoos commented 4 years ago

In my test world, somefin else should have a link from refrance but doesn't.

Sigafoos commented 4 years ago

I’ve made a few improvements locally but am still having the issue. It looks like only one entity’s links are saved.

It’s correct in the local game object, for all users, but it’s not persisted to the .db file. This means a “fix” is to wait for everyone to be connected to the server and sync every time you play. This is a bad fix.

Improvements I’ve made that don’t seem to have any effect (but which we’re still important to make)

The last one seems to be what the issue is, as it explains why it’s fine in the game object but not in the database. It still wasn’t working, but I have a few different ways to approach it (I’ve just been busy the past few days)