Skip to content

Commit

Permalink
update default display name
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed May 20, 2024
1 parent 459be6c commit 871e0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matterdelta/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _on_init(bot: Bot, args: Namespace) -> None:
]
for accid in bot.rpc.get_all_account_ids():
if not bot.rpc.get_config(accid, "displayname"):
bot.rpc.set_config(accid, "displayname", "Matterbridge Bot")
bot.rpc.set_config(accid, "displayname", "Bridge Bot")
status = "I am a Delta Chat bot, send me /help for more info"
bot.rpc.set_config(accid, "selfstatus", status)
bot.rpc.set_config(accid, "delete_device_after", str(60 * 60 * 24 * 30))
Expand Down

0 comments on commit 871e0fb

Please sign in to comment.