Allow non-members to publish zap receipts for members #197

Merged
raucao merged 12 commits from feature/strfry_zap_receipts into master 2024-06-22 17:52:03 +00:00
Showing only changes of commit 00b73b06d7 - Show all commits

View File

@@ -17,7 +17,6 @@ const ldapPolicy: Policy<LdapConfig> = async (msg, opts) => {
// Zap receipt
if (kind === 9735) {
let invalidRequest = false;
const descriptionTag = tags.find(([t, v]) => t === 'description' && v);
const invalidZapRequestMsg = 'Zap receipts must contain a valid zap request from a relay member';