mastodon-sc / mastodon-collaborative

Mastodon plugins to foster collaborative annotations
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Reading-in (importing) of snapshot triggers `java.lang.ArrayIndexOutOfBoundsException`... #1

Open xulman opened 4 years ago

xulman commented 4 years ago

... only when any spot is touched

The new Model is injected here and it is finished here -- essentially following the pattern of lineage importering plugins.

The code runs, it updates content, etc. But as soon as I touch any of the spots, it starts complaining.. obviously, not everything is updated to the new content.. but what is missing?

Maybe @tinevez or @tpietzsch would know better...

xulman commented 4 years ago

the most relevant to this is the branch https://github.com/xulman/mastodon-collaborative/tree/fixingLineageLoading

tinevez commented 4 years ago

@xulman Are you in check with @tpietzsch on this feature? I think Tobias has been working on a collaborative functionality too.

xulman commented 4 years ago

I've updated the README.md in this branch to give more details/context to this whole thing

xulman commented 4 years ago

yes, he's supervising it... essentially :-) @tpietzsch knows most of the story