Compare commits
105
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd3ce06de5 | ||
|
|
88da66e4ee | ||
|
|
36958d34f0 | ||
|
|
220be5cc0b | ||
|
|
1b477f41ad | ||
|
|
8ac2cfbd1c | ||
|
|
7425f9fa70 | ||
|
|
442a272aa5 | ||
|
|
ebebd781b8 | ||
|
|
8824ae9fd4 | ||
|
|
ec1a9ac2f4 | ||
|
|
ba4700b803 | ||
|
|
73229c9d0b | ||
|
|
5f483215d9 | ||
|
|
e94a61c279 | ||
|
|
d9189e62af | ||
|
|
114229fb15 | ||
|
|
137498740a | ||
|
|
3ddce73834 | ||
|
|
597a65c45f | ||
|
|
3a5a6713c9 | ||
|
|
eceb1eba61 | ||
|
|
f186006329 | ||
|
|
32c782e719 | ||
|
|
e45f0cf73d | ||
|
|
b5506e7a0b | ||
|
|
77d52d3997 | ||
|
|
15282ebe23 | ||
|
|
39a148ef51 | ||
|
|
45a81fe22e | ||
|
|
4aaab5ca7c | ||
|
|
2add71cf0d | ||
|
|
faf3611e2a | ||
|
|
4bcc22d463 | ||
|
|
c094c820ef | ||
|
|
6be509f8f0 | ||
|
|
2f74243f2a | ||
|
|
2ff6fe5d3a | ||
|
|
3f281e65f7 | ||
|
|
2286fee5c0 | ||
|
|
af37caee1b | ||
|
|
31d343d220 | ||
|
|
42f720cdba | ||
|
|
269035d853 | ||
|
|
c8966d0eaa | ||
|
|
1321c360cc | ||
|
|
3ae05ba6e9 | ||
|
|
5e48676702 | ||
|
|
2cce2f86ef | ||
|
|
bca10998bd | ||
|
|
6400ee985e | ||
|
|
61cdfd4662 | ||
|
|
81e8a08240 | ||
|
|
5375055bb7 | ||
|
|
dbd1e20346 | ||
|
|
948acb2b73 | ||
|
|
b8a16e31e7 | ||
|
|
0fce2481cb | ||
|
|
a2a12a25a5 | ||
|
|
dab53a70e4 | ||
|
|
003e2e4bb4 | ||
|
|
db275afddf | ||
|
|
9081324cda | ||
|
|
df04f5cc65 | ||
|
|
21a6bbe73f | ||
|
|
32c870d71d | ||
|
|
0ade5fdc70 | ||
|
|
df5543c280 | ||
|
|
ebdb95ab89 | ||
|
|
e94480f82c | ||
|
|
2952e41fd3 | ||
|
|
2bf50968ba | ||
|
|
52134608f9 | ||
|
|
9cc24993ec | ||
|
|
3e30b387b2 | ||
|
|
d18f225757 | ||
|
|
3d4202b495 | ||
|
|
da76d288ae | ||
|
|
7f13588705 | ||
|
|
faf436533e | ||
|
|
15273383ef | ||
|
|
bdff354d0b | ||
|
|
20e3b4c0b4 | ||
|
|
f2920e8eb1 | ||
|
|
eed3cb2509 | ||
|
|
be2dbd71e9 | ||
|
|
3fd08ce223 | ||
|
|
068cdffb42 | ||
|
|
2dffad917c | ||
|
|
285c0bc92f | ||
|
|
a175807188 | ||
|
|
f8519c9c60 | ||
|
|
951840f50b | ||
|
|
4fccd57595 | ||
|
|
15d63fc35a | ||
|
|
41db2b2819 | ||
|
|
4a38d4219c | ||
|
|
6c5bd6f2a1 | ||
|
|
c5c5538a17 | ||
|
|
4557910a32 | ||
|
|
eec9f8a053 | ||
|
|
da6dbfdcf7 | ||
|
|
cc4d33c91e | ||
|
|
1d7c74b8c1 | ||
|
|
4943343aa3 |
@@ -528,11 +528,6 @@ def register_async_tasks() -> None:
|
||||
task_manager.create_permanent_task(process_next_notification)
|
||||
task_manager.create_permanent_task(process_next_audit_entry)
|
||||
|
||||
async def dispatch_extension_invoice_paid(payment) -> None:
|
||||
await dispatch_wasm_invoice_paid(payment)
|
||||
|
||||
core_app_extra.dispatch_extension_invoice_paid = dispatch_extension_invoice_paid
|
||||
|
||||
# server logs for websocket
|
||||
if settings.lnbits_admin_ui:
|
||||
server_log_task = initialize_server_websocket_logger()
|
||||
|
||||
@@ -6,8 +6,7 @@ import json
|
||||
import os
|
||||
import shutil
|
||||
import zipfile
|
||||
from collections.abc import Mapping
|
||||
from pathlib import Path, PurePosixPath
|
||||
from pathlib import Path
|
||||
from typing import Any
|
||||
|
||||
import httpx
|
||||
|
||||
@@ -6,6 +6,7 @@ from lnbits.core.crud import create_audit_entry
|
||||
from lnbits.core.crud.payments import get_payments_status_count
|
||||
from lnbits.core.crud.users import get_accounts
|
||||
from lnbits.core.crud.wallets import get_wallets_count
|
||||
from lnbits.core.db import core_app_extra
|
||||
from lnbits.core.models.audit import AuditEntry
|
||||
from lnbits.core.models.extensions import InstallableExtension
|
||||
from lnbits.core.models.notifications import NotificationType
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user