mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[ADD/WIP] VCard4, slightly more PEPwerk
This commit is contained in:
parent
3c495a8a81
commit
ee004ca9c0
10 changed files with 313 additions and 32 deletions
|
|
@ -255,4 +255,11 @@ extern char * ParseeMXID(ParseeData *data);
|
|||
extern void ParseeAchievement(const char *func, const char *msg, bool die);
|
||||
#define Achievement(msg, die) ParseeAchievement(__func__, msg, die)
|
||||
|
||||
/** Generates a 'matrix.to' URL from a Matrix ID, to be used for
|
||||
* linking to a room, user, etc...
|
||||
* ----------------------
|
||||
* Returns: A Matrix URL[LA:HEAP]
|
||||
* Thrasher: Free */
|
||||
extern char * ParseeGenerateMTO(char *common_id);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue