make signing methods variable and signable
This commit is contained in:
@@ -122,7 +122,8 @@ function zot_build_packet($channel, $type = 'notify', $recipients = null, $remot
|
||||
],
|
||||
'callback' => '/post',
|
||||
'version' => ZOT_REVISION,
|
||||
'encryption' => crypto_methods()
|
||||
'encryption' => crypto_methods(),
|
||||
'signing' => signing_methods()
|
||||
];
|
||||
|
||||
if ($recipients) {
|
||||
|
||||
Reference in New Issue
Block a user