Skip to content

Activity.types has wrong cardinality #428

Description

@jakebeal

Activity.types should have "any" cardinality (zero or more), but currently has "optional" cardinality (zero or one).

Fixing this should be approached with caution, as it will change the type of the Activity.types property from str to list[str], which could break some code that has come to depend on this bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions