add push service
This commit is contained in:
parent
7ba1d5a717
commit
4543cb9493
@ -9,7 +9,7 @@ async def send_internal_message(
|
|||||||
sender: str,
|
sender: str,
|
||||||
user_id: UUID,
|
user_id: UUID,
|
||||||
content: str,
|
content: str,
|
||||||
broker_customization_msg: str,
|
broker_customization_msg: str = None,
|
||||||
with_httpexception = False
|
with_httpexception = False
|
||||||
) -> dict:
|
) -> dict:
|
||||||
try:
|
try:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "common-lib"
|
name = "common-lib"
|
||||||
version = "0.0.38"
|
version = "0.0.39"
|
||||||
description = "Библиотека общих компонентов для микросервисов yobble"
|
description = "Библиотека общих компонентов для микросервисов yobble"
|
||||||
authors = [{ name = "cheykrym", email = "you@example.com" }]
|
authors = [{ name = "cheykrym", email = "you@example.com" }]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user