[PR #2991] [MERGED] [management] Update account peers on login on meta change #15954

Closed
opened 2026-08-05 03:08:43 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2991
Author: @mohamed-essam
Created: 12/5/2024
Status: Merged
Merged: 12/5/2024
Merged by: @mlsmaycon

Base: mainHead: netbird-posture


📝 Commits (2)

  • 68cef6c Update account peers on login on meta change
  • 7eef8ca Factor out LoginPeer peer not found handling

📊 Changes

1 file changed (+25 additions, -16 deletions)

View changed files

📝 management/server/peer.go (+25 -16)

📄 Description

Describe your changes

Replicate behavior in sync method regarding meta updates.

https://github.com/netbirdio/netbird/issues/1803

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/2991 **Author:** [@mohamed-essam](https://github.com/mohamed-essam) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/5/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `netbird-posture` --- ### 📝 Commits (2) - [`68cef6c`](https://github.com/netbirdio/netbird/commit/68cef6c0c445c49590ed35778edaea318bbdbc8f) Update account peers on login on meta change - [`7eef8ca`](https://github.com/netbirdio/netbird/commit/7eef8ca54d0c305ece814529843e645bd98a8b6d) Factor out LoginPeer peer not found handling ### 📊 Changes **1 file changed** (+25 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `management/server/peer.go` (+25 -16) </details> ### 📄 Description ## Describe your changes Replicate behavior in sync method regarding meta updates. ## Issue ticket number and link https://github.com/netbirdio/netbird/issues/1803 ### Checklist - [X] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 03:08:43 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#15954