Load referenced messages from go if they aren't in db
Sometimes users try and click on a message which go-ssb knows about but which isn't loaded in to sqlite. We should first try and load that message from gobot, because it might just be old and not yet loaded. If that doesn't work we should request just that message from current peers.
A loading message / animation should be shown while this is happening and and if it can't find the message after 5 seconds, it should say, "we'll keep looking for it, but for now we can't find the message you're looking for" or something like that.
This needs the seq id which we don't have so we're going to fix this in scuttlego.
Duplicate #909?
I think they are separate. #909 is talking about allowing users to change what gets copied into SQLite by default. This is for showing them posts that aren't in SQLite regardless of what they choose in #909.
This is now unblocked but not planned for 2.0.0 as far as I understand.