mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
8039685051
AdditionalResource really doesn't add any value, and it gets in the way for resources which want to support child resources or the like. So, if the resource object already implements the IResource interface, don't bother wrapping it.
2 lines
60 B
Plaintext
2 lines
60 B
Plaintext
Allow additional_resources to implement IResource directly.
|