pleroma: rename Public to All
This commit is contained in:
parent
c38829a1b2
commit
b5dc8d2f8c
2 changed files with 2 additions and 2 deletions
|
@ -523,7 +523,7 @@ public class Pleroma
|
||||||
case Timeline.Bubble:
|
case Timeline.Bubble:
|
||||||
timelineName = "bubble";
|
timelineName = "bubble";
|
||||||
break;
|
break;
|
||||||
case Timeline.Public:
|
case Timeline.All:
|
||||||
timelineName = "public";
|
timelineName = "public";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
@ -28,5 +28,5 @@ public enum Timeline
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// All statuses visible to the instance.
|
/// All statuses visible to the instance.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Public,
|
All,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue