Add more metadata to the support messages
parent
91b2b8a77d
commit
7e9e7c1aec
www/support
|
@ -21,7 +21,8 @@ define([
|
|||
name: user.name,
|
||||
channel: privateData.support,
|
||||
curvePublic: user.curvePublic,
|
||||
edPublic: privateData.edPublic
|
||||
edPublic: privateData.edPublic,
|
||||
notifications: user.notifications,
|
||||
};
|
||||
data.id = id;
|
||||
data.time = +new Date();
|
||||
|
|
Loading…
Reference in New Issue