mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-17 11:03:11 -06:00
Removing the OpenZeppelin ownership logic, and, checking directly for the ownership of the Space’s SpaceOwner NFT. The SpaceFactory could be the owner during the bootstrapping phase, and afterwards, could transfer the NFT to the proper owner. Doing a direct check like _spaceOwner().ownerOf(tokenId) == _msgSender() would be safe because that’s what the owner entitlement is going to check eventually. --------- Co-authored-by: Kerem Kazan <kerem.kazan@gmail.com> |
||
|---|---|---|
| .. | ||
| postgres | ||
| shared | ||
| sqlite3 | ||
| tables | ||
| interface.go | ||
| storage.go | ||
| storage_test.go | ||
| storage_wasm.go | ||