Skip to content
Unverified Commit e7b1196d authored by Vincent Petry's avatar Vincent Petry Committed by Joas Schilling
Browse files

Hack to prevent warning for read-only wrapper in public links

Storage wrappers should normally always be registered inside a presetup
hook. However in the public link scenario this is not possible and
there is currently no good alternative with the current architecture.

Instead of logging a warning every time, this fix prevents the warning
to be shown but also adds a FIXME in the code for the future. This is
ok because this app is already using private/internal APIs at the
moment and should be reworked properly in the future.
parent cc8750ca
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment