mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fix critical bug
This commit is contained in:
parent
0bfa46e069
commit
8dbfb23eb7
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "royalnet"
|
name = "royalnet"
|
||||||
version = "5.2"
|
version = "5.2.1"
|
||||||
description = "A multipurpose bot and web framework"
|
description = "A multipurpose bot and web framework"
|
||||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||||
license = "AGPL-3.0+"
|
license = "AGPL-3.0+"
|
||||||
|
|
|
@ -15,7 +15,7 @@ class Matrix:
|
||||||
|
|
||||||
@declared_attr
|
@declared_attr
|
||||||
def user(self):
|
def user(self):
|
||||||
return relationship("User", backref="telegram")
|
return relationship("User", backref="matrix")
|
||||||
|
|
||||||
@declared_attr
|
@declared_attr
|
||||||
def matrix_id(self):
|
def matrix_id(self):
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
semantic = "5.2"
|
semantic = "5.2.1"
|
||||||
|
|
Loading…
Reference in a new issue