-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
frozen-due-to-ageIssues closed and untouched for a long time, together with being locked for discussionIssues closed and untouched for a long time, together with being locked for discussionuiIssues related to the graphical user interfaceIssues related to the graphical user interface
Milestone
Description
Does your log mention database corruption?
No
Include required information
Please be sure to include at least:
- which version of Syncthing and what operating system you are using
- 1.27.1, but it's even in
main
- 1.27.1, but it's even in
- what happened
- IDs are of different length from API and in client in specific sections
- what you expected to happen instead
- same-length IDs
syncthing/lib/protocol/deviceid.go
Line 18 in 86a08eb
ShortIDStringLength = 7 |
/rest/system/connections
I get first 7 characters as if split on -
return deviceID.substr(0, 6); |
return deviceID.substr(0, 6); |
return id.substr(0, 7) === shortID; |
syncthing/gui/default/index.html
Line 913 in 86a08eb
<td class="text-right">{{ deviceName(devices[deviceCfg.introducedBy]) || deviceCfg.introducedBy.substring(0, 5) }}</td> |
5
Shouldn't it be the same everywhere? Would you welcome a patch or is this something you are aware of and it's kept because of some backward compatibility reason?
Metadata
Metadata
Assignees
Labels
frozen-due-to-ageIssues closed and untouched for a long time, together with being locked for discussionIssues closed and untouched for a long time, together with being locked for discussionuiIssues related to the graphical user interfaceIssues related to the graphical user interface