mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
Monotone-Parent: d8bc80bdd59d6e91fe82607634aa33721dc30547
Monotone-Revision: 3ee2b9df21dfbd9651c3343306430a58bf682596 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-05T21:59:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -550,6 +550,8 @@
|
||||
role = @"Organizer";
|
||||
else if ([event isParticipant: email])
|
||||
role = @"Participant";
|
||||
else if ([[[self container] ownerInContext: nil] isEqualToString: login])
|
||||
role = @"SoRole_Owner";
|
||||
else
|
||||
role = nil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user