How to insert a user avatar in a managed signature?
You need to edit your managed signature in HTML mode, and add an image element with the variable {{ user.avatar_url }} as its source. This will show the image your users have uploaded as their Missive avatar. It would look something like this:
<img src="{{ user.avatar_url }}" style="width: 50px;">
This is explained on our page about managed signatures.