make user signatures a separate stream

This commit is contained in:
Hubert Chathi 2019-10-30 17:22:52 -04:00
parent 670972c0e1
commit 998f7fe7d4
5 changed files with 50 additions and 14 deletions

View file

@ -45,5 +45,6 @@ STREAMS_MAP = {
_base.TagAccountDataStream,
_base.AccountDataStream,
_base.GroupServerStream,
_base.UserSignatureStream,
)
}