File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ def add_conversationa_attributes_if_doesnt_exist(self):
39
39
kind = "text" ,
40
40
name = "message_author" ,
41
41
is_global = True ,
42
- global_type = 'file'
42
+ global_type = 'file' ,
43
+ is_read_only = True
43
44
)
44
45
45
46
if message_time_attribute is None :
@@ -50,7 +51,8 @@ def add_conversationa_attributes_if_doesnt_exist(self):
50
51
kind = "time" ,
51
52
name = "message_time" ,
52
53
is_global = True ,
53
- global_type = 'file'
54
+ global_type = 'file' ,
55
+ is_read_only = True
54
56
)
55
57
56
58
if message_date_attribute is None :
@@ -61,7 +63,8 @@ def add_conversationa_attributes_if_doesnt_exist(self):
61
63
kind = "date" ,
62
64
name = "message_date" ,
63
65
is_global = True ,
64
- global_type = 'file'
66
+ global_type = 'file' ,
67
+ is_read_only = True
65
68
)
66
69
67
70
self .author_attribute = message_author_attribute
You can’t perform that action at this time.
0 commit comments