remove support for extra fields in events -- was deprecated.

This commit is contained in:
fiatjaf
2024-12-28 14:19:28 -03:00
parent 053b3afee7
commit 91efcb3825
4 changed files with 2 additions and 82 deletions

View File

@ -16,9 +16,6 @@ type Event struct {
Tags Tags
Content string
Sig string
// anything here will be mashed together with the main event object when serializing
extra map[string]any
}
// Event Stringer interface, just returns the raw JSON as a string.