Skip to content

Consider streams when checking for user/* contents #28

Description

@drzraf

My setup.php does

return [
    'environment' => $environment,
    'streams' => [
        'schemes' => [
            'user' => [
                'type' => 'ReadOnlyStream',
                'prefixes' => [
                    '' => ["user/foobar/"],
                ]
            ],
        ]
    ]
];

Still, problems does not interpolate (custom) streams and blindly checks for user/data instead of user/foobar/dataetc...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions