diff options
Diffstat (limited to 'common/domain/contact.fbs')
-rw-r--r-- | common/domain/contact.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
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; | |||
3 | table Contact { | 3 | table Contact { |
4 | uid:string; | 4 | uid:string; |
5 | fn:string; | 5 | fn:string; |
6 | addressbook:string; | ||
6 | emails: [string]; | 7 | emails: [string]; |
7 | vcard: string; | 8 | vcard: string; |
8 | } | 9 | } |