mirror of
https://mau.dev/maunium/synapse.git
synced 2025-01-19 00:32:02 +01:00
Make depth increase.
This commit is contained in:
parent
102d2373b4
commit
018443cb59
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class BaseHandler(object):
|
||||||
)
|
)
|
||||||
|
|
||||||
if latest_ret:
|
if latest_ret:
|
||||||
depth = max([d for _, _, d in latest_ret])
|
depth = max([d for _, _, d in latest_ret]) + 1
|
||||||
else:
|
else:
|
||||||
depth = 1
|
depth = 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue