mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
rework PR-comments
This commit is contained in:
parent
529a7018ba
commit
ff412d758f
@ -57,7 +57,7 @@ EMAIL_CODE_REQUEST_TIME=10
|
||||
WEBHOOK_ELOPAGE_SECRET=secret
|
||||
|
||||
# Federation
|
||||
FEDERATION_DHT_CONFIG_VERSION=v2.2023-02-07
|
||||
FEDERATION_DHT_CONFIG_VERSION=v3.2023-04-26
|
||||
# if you set the value of FEDERATION_DHT_TOPIC, the DHT hyperswarm will start to announce and listen
|
||||
# on an hash created from this topic
|
||||
# FEDERATION_DHT_TOPIC=GRADIDO_HUB
|
||||
|
||||
@ -195,11 +195,7 @@ describe('federation', () => {
|
||||
const resultBefore = await DbCommunity.find({ foreign: false })
|
||||
expect(resultBefore).toHaveLength(1)
|
||||
const modifiedCom = DbCommunity.create()
|
||||
modifiedCom.communityUuid = resultBefore[0].communityUuid
|
||||
modifiedCom.creationDate = resultBefore[0].creationDate
|
||||
modifiedCom.description = 'updated description'
|
||||
modifiedCom.foreign = resultBefore[0].foreign
|
||||
modifiedCom.id = resultBefore[0].id
|
||||
modifiedCom.name = 'update name'
|
||||
modifiedCom.publicKey = Buffer.from(
|
||||
'1234567891abcdef7892abcdef7893abcdef7894abcdef7895abcdef7896abcd',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user