tezoatlipoca / GeFeSLE-server

GeFeSLE - Generic, Federated, Subscribable List Engine
1 stars 0 forks source link

User who adds a list should be assigned as creator (which is/does), but also listed as a listowner. #5

Closed tezoatlipoca closed 5 months ago

tezoatlipoca commented 6 months ago

creator can't be revoked, but we may not always want to list creator of a list publically - add the creator of a list to the list of listowners as well.

tezoatlipoca commented 5 months ago
/addlist

    newlist.Creator = me;
    newlist.ListOwners.Add(me);