From 57a88e6c1514b85d25b066059defcd62d2ccd8d6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 9 Mar 2017 16:14:02 +0100 Subject: Addressbook support --- common/domain/contact.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/domain/contact.fbs') diff --git a/common/domain/contact.fbs b/common/domain/contact.fbs index 34fb1d6..7d7f797 100644 --- a/common/domain/contact.fbs +++ b/common/domain/contact.fbs @@ -3,6 +3,7 @@ namespace Sink.ApplicationDomain.Buffer; table Contact { uid:string; fn:string; + addressbook:string; emails: [string]; vcard: string; } -- cgit v1.2.3