[x] Remove response simulated typing, should be in clients
[x] Remove mentions of fast in code
[x] Remove mentions of fast in docs
[x] Move templating to attachments, from response
Why
Keeps it standard and decentralises gi to not only handle and reply to messages. Possibly reducing risk of bugs when no messages sent and only other attachments.
What
Request.reply / return method value maps to add attachment method. If the return method is bool then no need to add attachment.
Is request key type=message required? Maybe it should just return data?
fast
in codefast
in docsWhy Keeps it standard and decentralises gi to not only handle and reply to messages. Possibly reducing risk of bugs when no messages sent and only other attachments.
What Request.reply / return method value maps to add attachment method. If the return method is bool then no need to add attachment.
Is request key type=message required? Maybe it should just return data?
Also update all other clients to handle this.