mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-01 04:34:24 +01:00
Add a few NIP-011 limitation fields
This commit is contained in:
@@ -16,7 +16,12 @@ const relayInfoController: AppController = async (c) => {
|
||||
software: 'Ditto',
|
||||
version: '0.0.0',
|
||||
limitation: {
|
||||
// TODO.
|
||||
auth_required: false,
|
||||
created_at_lower_limit: 0,
|
||||
created_at_upper_limit: 2_147_483_647,
|
||||
max_limit: 100,
|
||||
payment_required: false,
|
||||
restricted_writes: false,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user