nextcloud / nextcloud/spreed

Ability to set RemoteNickFormat for Matterbridge

Open
#4,279 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement feature: integration 📦
Dominant language
PHP
Stars
2.2k
Forks
587
Avg merge
18h 27m
Merged PRs (30d)
333

Description

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

When using this for single user setup, it may annoy others on the target chat system when they see always

[nctalk] <markuman> my message
[nctalk] <markuman> bla blabla

So it would be nice to disable/overwrite it.

Describe alternatives you've considered

Dirty patch it like this

sed -i 's/\[{PROTOCOL}\] <{NICK}> //g' lib/MatterbridgeManager.php

Additional context

Screenshot_2020-10-04 Glowing Bear #ansible-aws Ansible + AWS https github com ansible community wiki aws

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading lib/MatterbridgeManager.php, especially where the message prefix containing {PROTOCOL} and {NICK} is assembled. Trace how Matterbridge settings are supplied, then make the RemoteNickFormat behavior configurable or overridable as requested and verify that the default behavior remains unchanged.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.