enabled new link type for posted (patch from Fanch)

This commit is contained in:
csoler 2016-04-12 22:59:12 -04:00
parent cf746f160c
commit d512c4a35a
5 changed files with 98 additions and 10 deletions

View file

@ -67,7 +67,8 @@ class RetroShareLink
TYPE_CERTIFICATE = 0x07,
TYPE_EXTRAFILE = 0x08,
TYPE_PRIVATE_CHAT = 0x09,
TYPE_PUBLIC_MSG = 0x0a
TYPE_PUBLIC_MSG = 0x0a,
TYPE_POSTED = 0x0b
};
public: