Initial commit
This commit is contained in:
commit
47272c85df
5 changed files with 57 additions and 0 deletions
Binary file not shown.
12
Example-Files/Room-Files/members
Normal file
12
Example-Files/Room-Files/members
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"Members": [
|
||||
{
|
||||
"name": "Ceres",
|
||||
"publickey": "D978BAE1E224087E63F832E32099C4AA2EBCC09C"
|
||||
},
|
||||
{
|
||||
"name": "June",
|
||||
"publickey": "F42631D864548FB64831F179C7E098C0E371DC54"
|
||||
}
|
||||
]
|
||||
}
|
||||
16
Example-Files/Room-Files/messages
Normal file
16
Example-Files/Room-Files/messages
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"messages": [
|
||||
{
|
||||
"time": 1763566329,
|
||||
"public-key": "D978BAE1E224087E63F832E32099C4AA2EBCC09C",
|
||||
"type": "text",
|
||||
"content": "-----BEGIN PGP MESSAGE-----\n\nhF4DXZKRuM07tJsSAQdAFfnA3T5isKLGy/bCmZXkZD6WYiFlk0/6+PMpIILeNX8w\nF7Cw5e8CCKXxPDmsZTfdLRbLj9IGbeRw3kLvf7BurQWb7t9DwxWd6xp6FhPev63X\n0kABbP4fb2LrhkOZSs3oQIafJf1HRFcOAduQZOPOzOZYOrSsCs+VEsN5DEurgsDw\nx9MpOlJbzM0cai97iMKHz7Ou\n=mmVI\n-----END PGP MESSAGE-----"
|
||||
},
|
||||
{
|
||||
"time": 1763567415,
|
||||
"public-key": "F42631D864548FB64831F179C7E098C0E371DC54",
|
||||
"type": "media",
|
||||
"content": "shasum.pgp"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue