mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-10 13:53:40 +00:00
Merge branch 'anoa/as_forward_events' of github.com:matrix-org/dendrite into anoa/as_forward_events
This commit is contained in:
commit
cd6cbae702
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
// Copyright 2018 New Vector Ltd
|
|
||||||
//
|
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
// You may obtain a copy of the License at
|
// You may obtain a copy of the License at
|
||||||
|
@ -31,3 +29,8 @@ type ApplicationServiceWorkerState struct {
|
||||||
// Backoff exponent (2^x secs). Max 6, aka 64s.
|
// Backoff exponent (2^x secs). Max 6, aka 64s.
|
||||||
Backoff int
|
Backoff int
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const (
|
||||||
|
// AppServiceDeviceID is the AS dummy device ID
|
||||||
|
AppServiceDeviceID = "AS_Device"
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue