Page MenuHomePhabricator

Relegate stalk tree to grandchild of stalk
Closed, ResolvedPublic6 Story Points

Description

Such that:

<complexstalk flag="foo">
    <true />
</complexstalk>

Becomes:

<complexstalk flag="foo">
    <match>
        <true />
    </match>
</complexstalk>

This is to allow for multi-channel and multi-user support later

Revisions and Commits

Related Objects

StatusAssignedTask
ResolvedNone
ResolvedNone

Event Timeline

swalker triaged this task as Normal priority.Mar 26 2018, 11:49 AM
swalker created this task.
swalker created this object in space S1 Default.
swalker added a parent task: T920: Multiple user support.
stwalkerster set the point value for this task to 6.Mar 26 2018, 11:47 PM
Diffusion closed this task as Resolved by committing Unknown Object (Diffusion Commit).Mar 27 2018, 6:58 PM
Diffusion added a commit: Unknown Object (Diffusion Commit).