mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
use underscores everywhere, not camelcase.
This commit is contained in:
parent
afb714f7be
commit
5d5932d493
@ -72,17 +72,17 @@ class HttpPusher(Pusher):
|
|||||||
'from': event['user_id'],
|
'from': event['user_id'],
|
||||||
# we may have to fetch this over federation and we
|
# we may have to fetch this over federation and we
|
||||||
# can't trust it anyway: is it worth it?
|
# can't trust it anyway: is it worth it?
|
||||||
#'fromDisplayName': 'Steve Stevington'
|
#'from_display_name': 'Steve Stevington'
|
||||||
#'counts': { -- we don't mark messages as read yet so
|
#'counts': { -- we don't mark messages as read yet so
|
||||||
# we have no way of knowing
|
# we have no way of knowing
|
||||||
# 'unread': 1,
|
# 'unread': 1,
|
||||||
# 'missedCalls': 2
|
# 'missed_calls': 2
|
||||||
# },
|
# },
|
||||||
'devices': [
|
'devices': [
|
||||||
{
|
{
|
||||||
'app_id': self.app_id,
|
'app_id': self.app_id,
|
||||||
'pushkey': self.pushkey,
|
'pushkey': self.pushkey,
|
||||||
'pushkeyTs': long(self.pushkey_ts / 1000),
|
'pushkey_ts': long(self.pushkey_ts / 1000),
|
||||||
'data': self.data_minus_url
|
'data': self.data_minus_url
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user